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

Class MyModule

packages/router/test/regression_integration.spec.ts:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 @NgModule({
134 imports: [CommonModule, RouterModule.forRoot([])],
135 declarations: [MyCmp, SimpleCmp],
136 })
137 class MyModule {}
138
139 TestBed.configureTestingModule({imports: [MyModule]});
140

Callers

nothing calls this directly

Calls 2

NgModuleInterface · 0.90
forRootMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…