What does 'MVC' stand for in AngularJS?
- Controller-Model-View
- Model-Controller-View
- Model-View-Controller
- View-Model-Controller
In AngularJS, 'MVC' stands for Model-View-Controller. This architectural pattern separates an application into three interconnected components: Model (data), View (UI), and Controller (logic).
Loading...
Related Quiz
- Describe how two-way data binding in AngularJS can be utilized in form validations for an e-commerce application.
- What does two-way data binding mean in AngularJS?
- What is the primary purpose of event handlers in AngularJS controllers?
- What is the significance of the $compile service in view management?
- Describe the role of directive's compile and link functions in AngularJS.