Q:
What is the Advantage of AngularJS?
Answer
These are the advantages of AngularJS:
- AngularJS provides capability to form Single Page Application in a very clean and maintainable method.
- AngularJS provides data binding capability to HTML therefore giving user a rich and responsive experience.
- AngularJS code is unit testable.
- AngularJS uses dependency injection and build use of separation of concerns.
- AngularJS provides reusable components.
- AngularJS helps developer to writes less code and gets more functionality.
- AngularJS, views are pure HTML pages, and controllers written in JavaScript do the business process.
- AngularJS applications will run on all major browsers and good phones together with android and iOS based mostly phones/tablets.
View answer
Workspace
Report Error
Discuss