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

Function enableDomEmulation

packages/platform-server/src/platform_state.ts:66–68  ·  view source on GitHub ↗
(injector: Injector)

Source from the content-addressed store, hash-verified

64}
65
66export function enableDomEmulation(injector: Injector): boolean {
67 return injector.get(ENABLE_DOM_EMULATION, true);
68}

Callers 3

initDominoAdapterFunction · 0.90
_documentFunction · 0.90
PlatformStateClass · 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…