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

Class LoadedModule1

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

Source from the content-addressed store, hash-verified

144 class LoadedModule2 {}
145
146 @NgModule({
147 imports: [
148 RouterModule.forChild([{path: 'LoadedModule1', loadChildren: () => LoadedModule2}]),
149 ],
150 })
151 class LoadedModule1 {}
152
153 router.events.subscribe((e) => {
154 if (e instanceof RouteConfigLoadEnd || e instanceof RouteConfigLoadStart) {

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forChildMethod · 0.45

Tested by

no test coverage detected