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

Class ServiceWithMultiDep

packages/core/test/di/r3_injector_spec.ts:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 class ServiceWithMultiDep {
103 constructor(readonly locale: string[]) {}
104
105 static ɵprov = ɵɵdefineInjectable({
106 token: ServiceWithMultiDep,
107 providedIn: null,
108 factory: () => new ServiceWithMultiDep(ɵɵinject(LOCALE)),
109 });
110 }
111
112 class ServiceTwo {
113 static ɵprov = ɵɵdefineInjectable({

Callers

nothing calls this directly

Calls 2

ɵɵdefineInjectableFunction · 0.90
ɵɵinjectFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…