Mention some advantages of Angular.

Some of the common advantages of Angular are – 

  1. MVC architecture – Angular is a full-fledged MVC framework. It provides a firm opinion on how the application should be structured. It also offers bi-directional data flow and updates the real DOM. 
  2. Modules: Angular consists of different design patterns like components, directives, pipes, and services, which help in the smooth creation of applications.
  3. Dependency injection: Components dependent on other components can be easily worked around using this feature. 
  4. Other generic advantages include clean and maintainable code, unit testing, reusable components, data binding, and excellent responsive experience.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *