Angular Universal (server-side rendering)
Last modified on Thu 24 Dec 2020

When setting up server-side rendering, follow the official guide.

There are many tricks with SSR, even after you finish the setup. You can check out this repo to find out how to solve many issues. This includes reading environment variables at runtime that was mentioned in an earlier chapter, so it is worth checking out.