MCPcopy
hub / github.com/angular/angular / OptionalService

Class OptionalService

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

Source from the content-addressed store, hash-verified

46 }
47
48 class OptionalService {
49 static ɵprov = ɵɵdefineInjectable({
50 token: OptionalService,
51 providedIn: null,
52 factory: () => new OptionalService(),
53 });
54 }
55
56 class StaticService {
57 constructor(readonly dep: Service) {}

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…