Angular Universal: passing server data to client in APP_INITIALIZER
If you keep data about the user in session of the express server that Angular Universal uses, you need to pass this data when the user first loads the page.
For a smooth data flow, you need to do the following:
Create an injection token for the...
featuringcode.com3 min read