MCPcopy
hub / github.com/angular/angular / withEventReplay

Function withEventReplay

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

Source from the content-addressed store, hash-verified

125 * @see {@link provideClientHydration}
126 */
127export function withEventReplay(): HydrationFeature<HydrationFeatureKind.EventReplay> {
128 return hydrationFeature(HydrationFeatureKind.EventReplay, ɵwithEventReplay());
129}
130
131/**
132 * Enables support for incremental hydration using the `hydrate` trigger syntax.

Callers 7

hydrationFeaturesFunction · 0.90
hydrationFeaturesFunction · 0.90
hydrationFeaturesFunction · 0.90
app.config.tsFile · 0.90
app.config.tsFile · 0.90
app.config.tsFile · 0.90

Calls 1

hydrationFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…