MCPcopy
hub / github.com/angular/angular / ServiceTwo

Class ServiceTwo

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

Source from the content-addressed store, hash-verified

110 }
111
112 class ServiceTwo {
113 static ɵprov = ɵɵdefineInjectable({
114 token: ServiceTwo,
115 providedIn: null,
116 factory: () => new ServiceTwo(),
117 });
118 }
119
120 let deepServiceDestroyed = false;
121 class DeepService {

Callers

nothing calls this directly

Calls 1

ɵɵdefineInjectableFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…