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

Class ChildModule

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

Source from the content-addressed store, hash-verified

304 const moduleRegistrations: string[] = [];
305
306 class ChildModule {
307 static ɵinj = ɵɵdefineInjector({
308 imports: undefined,
309 providers: [],
310 });
311 constructor() {
312 moduleRegistrations.push('ChildModule');
313 }
314 }
315
316 class RootModule {
317 static ɵinj = ɵɵdefineInjector({

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…