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

Class IntermediateModule

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

Source from the content-addressed store, hash-verified

172 }
173
174 class IntermediateModule {
175 static ɵinj = ɵɵdefineInjector({
176 imports: [DeepModule.safe()],
177 providers: [],
178 });
179 }
180
181 class InjectorWithDep {
182 constructor(readonly service: Service) {}

Callers

nothing calls this directly

Calls 2

ɵɵdefineInjectorFunction · 0.90
safeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…