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

Class CircularB

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

Source from the content-addressed store, hash-verified

30 }
31
32 class CircularB {
33 static ɵprov = ɵɵdefineInjectable({
34 token: CircularB,
35 providedIn: null,
36 factory: () => ɵɵinject(CircularA),
37 });
38 }
39
40 class Service {
41 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…