withIncrementalHydration • Angular

@angular/platform-browser

function

stablesince v20.0

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: