MCPcopy Index your code
hub / github.com/angular/angular / hydrationFeatures

Function hydrationFeatures

packages/platform-server/test/event_replay_spec.ts:111–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 const hydrationFeatures = () => [withEventReplay()];
112 const html = await ssr(AppComponent, {hydrationFeatures});
113 const ssrContents = getAppContents(html);
114 const doc = getDocument();

Callers 2

ssrFunction · 0.70
hydrateFunction · 0.70

Calls 1

withEventReplayFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…