This one's for anyone working with Angular's modern server-side rendering setup, which replaced the old Angular Universal approach. It covers the essentials like enabling hydration with provideClientHydration, using TransferState to avoid duplicate API calls between server and client, and handling browser-specific code with platform checks. The incremental hydration and hybrid rendering modes are the real improvements here, letting you hydrate components progressively and configure SSR per route instead of all or nothing. Worth noting it includes practical patterns for @defer blocks and ngSkipHydration for when you need to opt out. Built for Angular 21, so it's current with the latest APIs.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-ssr