refactor(router): move ROUTE_DATA token into own file

This change is to accomodate the router in Angular 1.x
This commit is contained in:
Brian Ford
2015-08-18 12:29:26 -07:00
parent ffc63fc6d6
commit 78a8ba2307
5 changed files with 8 additions and 13 deletions

View File

@ -22,6 +22,7 @@ export {CanActivate} from './src/router/lifecycle_annotations';
export {Instruction, ComponentInstruction} from './src/router/instruction';
export {Url} from './src/router/url_parser';
export {OpaqueToken, Type} from 'angular2/angular2';
export {ROUTE_DATA} from './src/router/route_data';
import {LocationStrategy} from './src/router/location_strategy';
import {HTML5LocationStrategy} from './src/router/html5_location_strategy';