Thursday 31 March 2016

Features of AngularJS

Features of AngularJS

Hello friends here we will discuss about only main Features of AngularJS. AngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. And now it is maintained by Google.

Features of AngularJS
  • It provides capability to create Single Page Application in a very clean and maintainable way.
  • AngularJS Supports Single Page Applications.
  • It provides data binding capability to HTML thus giving user a rich and responsive experience
  • It gives Developer control.
  • Its code is unit testable.
  • AngularJS Allows Developers to Express UI Declaratively and Reduce Side Effects
  • It uses dependency injection and make use of separation of concerns.
  • It provides reusable components.
  • With AngularJS, developer write less code and get more functionality.
  • In AngularJS, views are pure html pages, and controllers written in JavaScript do the business processing.
I hope these features are helpful for you.

No comments:

Post a Comment