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

Class LazyModule

packages/router/test/route_injector_cleanup.spec.ts:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 class LazyComponent {}
45
46 @NgModule({
47 imports: [RouterModule.forChild([{path: '', component: LazyComponent}])],
48 })
49 class LazyModule {}
50
51 @Component({template: 'check', standalone: true})
52 class DestroyCheckComponent {

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forChildMethod · 0.45

Tested by

no test coverage detected