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.
Loading...
Related Quiz
- _______ preloading is a technique used to fetch critical resources in advance to reduce latency during page load.
- How does the CSS z-index property work?
- _______ migration involves moving data from one storage system to another without any downtime.
- ________ allows developers to create and manage issues, track progress, and prioritize tasks within a project.
- Explain the concept of cache coherency in distributed caching systems.