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

Class DeepService

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

Source from the content-addressed store, hash-verified

119
120 let deepServiceDestroyed = false;
121 class DeepService {
122 static ɵprov = ɵɵdefineInjectable({
123 token: DeepService,
124 providedIn: null,
125 factory: () => new DeepService(),
126 });
127
128 ngOnDestroy(): void {
129 deepServiceDestroyed = true;
130 }
131 }
132
133 let eagerServiceCreated: boolean = false;
134 class EagerService {

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…