2. Server-Side Rendering
Learning Objectives
By the end of the chapter, you will be able to:
- Add support for server-side rendering using Angular Universal
- Build a server to host a server-side rendered app
- Add dynamic metadata to our pages
- Deploy the app to the cloud
This chapter shows us how to create a universal app, enable server-side rendering, and deploy our app to Docker.