+1 vote
in Angular by
What is Angular 2?

1 Answer

0 votes
by

AngularJS is a framework to build large scale and high performance web application while keeping them as easy-to-maintain. Following are the features of AngularJS framework.

  • Components − The earlier version of Angular had a focus of Controllers but now has changed the focus to having components over controllers. Components help to build the applications into many modules. This helps in better maintaining the application over a period of time.
  • TypeScript − The newer version of Angular is based on TypeScript. This is a superset of JavaScript and is maintained by Microsoft.
  • Services − Services are a set of code that can be shared by different components of an application. So for example if you had a data component that picked data from a database, you could have it as a shared service that could be used across multiple applications.

Related questions

+1 vote
asked Jan 24, 2022 in Angular by sharadyadav1986
+1 vote
asked Jan 23, 2022 in Angular by sharadyadav1986
...