From a554f1c45d8f7fce96671a9688c68dff5306b75e Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 21 Sep 2015 20:07:05 -0700 Subject: [PATCH] chore(router): do not export Url class Closes #4304 --- modules/angular2/router.ts | 1 - 1 file changed, 1 deletion(-) 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';