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

Class ModuleWithMissingDep

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

Source from the content-addressed store, hash-verified

235 }
236
237 class ModuleWithMissingDep {
238 static ɵinj = ɵɵdefineInjector({
239 imports: undefined,
240 providers: [ServiceWithMissingDep],
241 });
242 }
243
244 class NotAModule {}
245

Callers

nothing calls this directly

Calls 1

ɵɵdefineInjectorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…