October 2017
Intermediate to advanced
280 pages
6h 50m
English
During the first half of 2015, members of the Angular community announced that they had started the development of the module, Universal. Universal is a library that allows us to build universal (also called isomorphic) JavaScript applications with Angular; in other words, it provides server-side rendering support. Later, the project was moved to Angular core's repository, and currently, it's maintained by Google.
Applications using Angular Universal and rendered on the server will not be responsive to user interaction until all the JavaScript belonging to the requested page has been processed. This is a drawback that we already mentioned, which is valid for all server-side rendered applications. To handle ...
Read now
Unlock full access