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

Class LoadedModule

packages/router/test/integration/route_reuse_strategy.spec.ts:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 class ComponentB {}
457
458 @NgModule({
459 declarations: [ComponentA],
460 imports: [RouterModule.forChild([{path: '', component: ComponentA}])],
461 })
462 class LoadedModule {}
463
464 @NgModule({
465 declarations: [Root, ComponentB],

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forChildMethod · 0.45

Tested by

no test coverage detected