Angularjs

AngularJs extends HTML with new attributes. It is perfect for Single Page Applications (SPAs) and easy to learn.

-Very powerful javascript framework

Core Features:

  • Data Bindings
  • Scope
  • Controller
  • Filters
  • Services 
  • Directives
  • Templates
  • Routing
  • Model View Whatever
  • Deep Linking
  • Dependency Injection
Advantages of AngularJs:

  1. Capability to create Single Page Application in a very clean and maintainable way.
  2. Data binding capability to HTML thus give user a rich and responsive experience.
  3. Code is unit testable.
  4. Uses dependency injection and make use of separation of concern.
  5. Provides reusable components.
  6. Write Less code and get more functionality.
  7. View are pure HTML pages and Controllers written in JavaScript do the Business Processing.


Comments