MCPcopy
hub / github.com/angular/angular / withNoIncrementalHydration

Function withNoIncrementalHydration

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

Source from the content-addressed store, hash-verified

157 * @see {@link provideClientHydration}
158 */
159export function withNoIncrementalHydration(): HydrationFeature<HydrationFeatureKind.NoIncrementalHydration> {
160 return hydrationFeature(HydrationFeatureKind.NoIncrementalHydration);
161}
162
163/**
164 * Returns an `ENVIRONMENT_INITIALIZER` token setup with a function

Callers 4

hydrationFeaturesFunction · 0.90
hydration_spec.tsFile · 0.85

Calls 1

hydrationFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…