|
Answer» Advantages of Angular JS: 1.Angular JS provides capability to create Single Page Application in a very clean and maintainable way. 2.Angular JS provides data binding capability to HTML thus giving user a rich and responsive experience. 3.Angular JS code is unit testable. 4.Angular JS uses dependency injection and make USE of separation of concerns. 5.Angular JS provides reusable components. 6.With Angular JS, developer WRITES less code and gets more functionality. 7.In Angular JS, views are pure html PAGES, and controllers written in JavaScript do the business processing. 8.Angular JS applications can run on all major browsers and smart phones including Android and IOS based phones/tablets. Advantages of Angular JS: 1.Angular JS provides capability to create Single Page Application in a very clean and maintainable way. 2.Angular JS provides data binding capability to HTML thus giving user a rich and responsive experience. 3.Angular JS code is unit testable. 4.Angular JS uses dependency injection and make use of separation of concerns. 5.Angular JS provides reusable components. 6.With Angular JS, developer writes less code and gets more functionality. 7.In Angular JS, views are pure html pages, and controllers written in JavaScript do the business processing. 8.Angular JS applications can run on all major browsers and smart phones including Android and iOS based phones/tablets.
|