chore(router): do not export Url class

Closes #4304
This commit is contained in:
Brian Ford 2015-09-21 20:07:05 -07:00
parent 41b019f5f8
commit a554f1c45d
1 changed files with 0 additions and 1 deletions

View File

@ -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';