Angular follows the _______ architecture for building applications.

  • MVA (Model-View-Adapter)
  • MVC (Model-View-Controller)
  • MVVM (Model-View-ViewModel)
  • MVW (Model-View-Whatever)
Angular follows the MVC (Model-View-Controller) architecture for building applications. It separates the application into three interconnected components to enhance modularity and maintainability.
Add your answer
Loading...

Leave a comment

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