docs(RouterTestingModule) change modules to imports in example (#12118)

This commit is contained in:
Phong Huynh 2016-10-06 13:22:39 -04:00 committed by Tobias Bosch
parent de1f44f51f
commit 0b7dc2f9ff
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export function setupTestingRouter(
* ```
* beforeEach(() => {
* TestBed.configureTestModule({
* modules: [
* imports: [
* RouterTestingModule.withRoutes(
* [{path: '', component: BlankCmp}, {path: 'simple', component: SimpleCmp}])]
* )