MCPcopy
hub / github.com/angular/angular / withIncrementalHydration

Function withIncrementalHydration

packages/platform-browser/src/hydration.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 * Intent to remove in v24.
148 */
149export function withIncrementalHydration(): HydrationFeature<HydrationFeatureKind.IncrementalHydration> {
150 return hydrationFeature(HydrationFeatureKind.IncrementalHydration, ɵwithIncrementalHydration());
151}
152
153/**
154 * Disables support for incremental hydration (which is enabled by default).

Callers 7

hydrationFeaturesFunction · 0.90
hydrationFeaturesFunction · 0.90
app.config.tsFile · 0.90
app.module.tsFile · 0.90
app.config.tsFile · 0.90
hydration_spec.tsFile · 0.50

Calls 1

hydrationFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…