W3cubDocs

/Angular

withIncrementalHydration

Enables support for incremental hydration using the hydrate trigger syntax.

API

function withIncrementalHydration(): HydrationFeature<HydrationFeatureKind.IncrementalHydration>;

Usage Notes

Basic example of how you can enable incremental hydration in your application when the bootstrapApplication function is used:

bootstrapApplication(AppComponent, {
  providers: [provideClientHydration(withIncrementalHydration())]
});

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/platform-browser/withIncrementalHydration