angular2 min read19 Dec 2024

Angular - Features

Angular - Features

Angular - Features

In this tutorial, we will explore the features of Angular and understand how this framework is different from other JavaScript frameworks. Features in simple term refers to the distinct functionalities and characteristics of any application, library or framework that helps to fulfill user requirements.

features of Angular

Features of Angular framework

The list of features Angular framework provides is as follows −

  • TypeScript based framework
  • Reactive framework
  • Component based architecture
  • Module based design
  • Efficient and performant template engine
  • Lot of Inbuilt directives to enhance the template engine
  • Easy to create custom directives to extend the features of template engine
  • Pipes to add helper functions into the template engine
  • Automatic data binding
  • Efficient and performance routing engine
  • Easy to use dependency injection framework
  • Support modern HTTP and CSS functionality
  • Support CSS preprocessor
  • Inbuilt support for HTTP client
  • Supports Single page application development
  • Supports progressive web app development (PWA app)
  • Supports accessibility
  • Supports internationalization
  • Supports Server Side Rendering (SSR) through Angular Universal
  • Inbuilt End-to-End testing support
  • Support code generation through Angular CLI tools
  • Efficient and performant code building through in-house build tools
Sandip Mhaske
Senior Engineer • Author of 675 guides • Follow for System Design & .NET deep-dives
About