fix(router): Added ModuleWithProviders export to configuration example (#2314)

This commit is contained in:
Brandon 2016-09-13 22:49:01 -05:00 committed by Ward Bell
parent a52d8c3e76
commit cfba6d1de3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// #docplaster
// #docregion
import { ModuleWithProviders } from '@angular/core';
// #docregion route-config
import { ModuleWithProviders } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
// #enddocregion route-config