refactor(router): removes a circualr dep

This commit is contained in:
vsavkin
2016-06-21 11:56:40 -07:00
parent 8dd3f59c81
commit 15911367a2
13 changed files with 281 additions and 297 deletions

View File

@ -10,7 +10,6 @@ export {RouterOutletMap} from './src/router_outlet_map';
export {provideRouter} from './src/router_providers';
export {ActivatedRoute, ActivatedRouteSnapshot, RouterState, RouterStateSnapshot} from './src/router_state';
export {PRIMARY_OUTLET, Params} from './src/shared';
export {DefaultUrlSerializer, UrlSerializer} from './src/url_serializer';
export {UrlPathWithParams, UrlTree} from './src/url_tree';
export {DefaultUrlSerializer, UrlPathWithParams, UrlSerializer, UrlTree} from './src/url_tree';
export const ROUTER_DIRECTIVES = [RouterOutlet, RouterLink, RouterLinkActive];