You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(@schematics/angular): enable hydration when adding SSR, SSG or AppShell
This commits updates the internal server schematic that is used by SSR and AppShell schematics to include `provideClientHydration` in the list of providers, which causes hydration to be enabled for application.
For more information about `provideClientHydration`, see: https://angular.io/api/platform-browser/provideClientHydration
0 commit comments