Is angular mvvm or mvc?
Answer / Prabhat Kumar Chauhan
Angular is an MVVM (Model-View-ViewModel) framework. It follows the principles of MVC, but instead of using a Controller, it uses Components that bind data to Views using ViewModels called Controllers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is spring mvc model?
What are the different view engine in mvc?
What is render view in mvc?
What is difference between mvvm and mvc?
What is mvc ioc?
What are viewmodels in mvc?
What is mvc and why it is used?
What is database first approach in mvc using entity framework?
What is html helpers in mvc?
What is the concept of mvc?
Mention what "beforfilter()","beforerender" and "afterfilter" functions do in controller?
Why was mvc developed?