MCPcopy Create free account
hub / github.com/angular/angular / LoadedModule3

Class LoadedModule3

packages/router/test/router_preloader.spec.ts:265–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 class LoadedModule1 {}
264
265 @NgModule({imports: [RouterModule.forChild([])]})
266 class LoadedModule3 {}
267
268 lazySpy.and.returnValue(LoadedModule1);
269 preloader.preload().subscribe(() => {});

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forChildMethod · 0.45

Tested by

no test coverage detected