MCPcopy
hub / github.com/angular/angular / getInjectImplementation

Function getInjectImplementation

packages/core/src/di/inject_switch.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 | (<T>(token: ProviderToken<T>, flags?: InternalInjectFlags) => T | null)
27 | undefined;
28export function getInjectImplementation() {
29 return _injectImplementation;
30}
31
32/**
33 * Sets the current inject implementation.

Callers 2

ɵɵinjectFunction · 0.90
isInInjectionContextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…