MVC Architecture Model View Controller or MVC architecture is one of the design patterns used in the development of web applications. The MVC design pattern separates model, view and controller. Model It supports application data management. Model receives requests from view and instructions from controller and then updates itself accordingly. View View is a user… Continue reading Angular MVC Architecture: Angular App