Steps to make Angular SSR :- 1. ng add @nguniversal/express-engine –clientProject project-name List of files added and modified src/ index.html app web page main.ts bootstrapper for client app main.server.ts * bootstrapper for server app style.css styles for the app app/ … application code app.server.module.ts * …
