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

Function shouldEnableEventReplay

packages/core/src/hydration/event_replay.ts:65–67  ·  view source on GitHub ↗

* Determines whether Event Replay feature should be activated on the client.

(injector: Injector)

Source from the content-addressed store, hash-verified

63 * Determines whether Event Replay feature should be activated on the client.
64 */
65function shouldEnableEventReplay(injector: Injector) {
66 return injector.get(IS_EVENT_REPLAY_ENABLED, EVENT_REPLAY_ENABLED_DEFAULT);
67}
68
69/**
70 * Returns a set of providers required to setup support for event replay.

Callers 1

withEventReplayFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…