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:
-Very powerful javascript framework
Core Features:
- Data Bindings
- Scope
- Controller
- Filters
- Services
- Directives
- Templates
- Routing
- Model View Whatever
- Deep Linking
- Dependency Injection
- Capability to create Single Page Application in a very clean and maintainable way.
- Data binding capability to HTML thus give user a rich and responsive experience.
- Code is unit testable.
- Uses dependency injection and make use of separation of concern.
- Provides reusable components.
- Write Less code and get more functionality.
- View are pure HTML pages and Controllers written in JavaScript do the Business Processing.
Comments
Post a Comment