diff --git a/modules/angular2/router.ts b/modules/angular2/router.ts index f441122234..21c7fcc882 100644 --- a/modules/angular2/router.ts +++ b/modules/angular2/router.ts @@ -18,7 +18,6 @@ export * from './src/router/route_definition'; export {OnActivate, OnDeactivate, OnReuse, CanDeactivate, CanReuse} from './src/router/interfaces'; export {CanActivate} from './src/router/lifecycle_annotations'; export {Instruction, ComponentInstruction} from './src/router/instruction'; -export {Url} from './src/router/url_parser'; export {OpaqueToken} from 'angular2/angular2'; export {ROUTE_DATA} from './src/router/route_data';