Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
ssr
Function · 0.70
hydrate
Function · 0.70
Calls
1
withEventReplay
Function · 0.90
Tested by
no test coverage detected