Skip to content

Server-Side Rendering (SSR)

Angular 17+: SSR is now built into the Angular CLI. The separate @nguniversal package (Angular Universal) is no longer needed. When you create a new project with ng new --ssr, everything is configured automatically.

If you’re working with an older project that uses Angular Universal (@nguniversal/*), see the Angular update guide for migration steps.

Comprehensive guide to SSR coming soon!