April 2018
Intermediate
110 pages
2h 12m
English
Since Angular CLI version 1.6, there has been a generator for adding support for Angular Universal. It does this by adding a second app to the Angular CLI config, .angular-cli.json.
We will refer to this new app as our server app, and the one we worked with in the previous lesson will be called our browser app.
So, what are the differences between the browser and server apps?