• Overview
@angular/platform-browser

withIncrementalHydration

function
deprecatedsince v22.0

Enables support for incremental hydration using the hydrate trigger syntax.

Deprecation warning

Since v22.0.0, incremental hydration is enabled by default with provideClientHydration. Intent to remove in v24.

API

Usage Notes

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

Jump to details