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

Class TestModule

packages/router/test/integration/navigation.spec.ts:689–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 }
688
689 @NgModule({
690 declarations: [Parent, NamedOutletHost, Child1, Child2, Child3],
691 imports: [RouterModule.forRoot([])],
692 })
693 class TestModule {}
694
695 it('should advance the parent route after deactivating its children', async () => {
696 TestBed.configureTestingModule({imports: [TestModule]});

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…