July 2017
Intermediate to advanced
454 pages
10h 1m
English
So, why is the MVC pattern not used that often when it comes to Frontend programming supported by a framework such as Angular? First, if you are using Angular for an app that provides a service, you are likely to have a Backend with which you exchange some information. Then, if your Backend also uses the MVC design pattern, you will end up with the following hierarchy:

In this hierarchy, we have an MVC implementation on top of another MVC implementation. Both implementations communicate with each other via an API service that sends requests to the Backend Controller and parses the ...
Read now
Unlock full access