diff --git a/packages/router/src/config.ts b/packages/router/src/config.ts index 26512fbb28..047c73bf9c 100644 --- a/packages/router/src/config.ts +++ b/packages/router/src/config.ts @@ -252,7 +252,6 @@ import {UrlSegment, UrlSegmentGroup} from './url_tree'; * Then it will extract the set of routes defined in that NgModule, and will transparently add * those routes to the main configuration. * - * use Routes */ export type Routes = Route[];