Angular JS

Advantages of Angular JS :

  • It provides the capability to create Single Page Application in a very clean and maintainable way.
  •  It provides data binding capability to HTML. Thus, it gives user a rich and responsive experience.
  •  AngularJS code is unit testable. 
  • AngularJS uses dependency injection and make use of separation of concerns.
  •  AngularJS provides reusable components.
  • With AngularJS, the developers can achieve more functionality with short code.

Disadvantages of AngularJS: 

Not secure : Being JavaScript only framework, application written in AngularJS are not safe. Server side authentication and authorization is must to keep an application secure.

Not degradable: If the user of your application disables JavaScript, then nothing would be visible, except the basic page.

Posted on by