Web / Angular Interview questions
What are the advantages of using AngularJS?
- AngularJS is a powerful JavaScript based framework that enables creating Single Page Application (SPA) and RICH Internet Application(RIA).
- AngularJS applications are cross-browser compliant. AngularJS automatically handles JavaScript code suitable for each browser.
- AngularJS is open source, free and used by many developers around the world. It is licensed under the Apache License version 2.0. https://www.madewithangular.com has the list of popular applications built with AngularJS.
- AngularJS enables developers to write client side Javascript application using MVC (Model View Controller) pattern.
Using AngularJS developers write less code and achieve more functionality.
- AngularJS applications are unit testable.
- AngularJS provides two-way data binding capability to HTML thus facilitating the users a rich and responsive experience.
- AngularJS uses dependency injection and make use of separation of concerns. AngularJS helps creating reusable components.
More Related questions...