Revert "Revert "refactor(router): move ROUTE_DATA token into own file""

This reverts commit abb3bd266b.
This commit is contained in:
Brian Ford
2015-08-20 13:19:18 -07:00
parent 09e0b0ac6f
commit 964884e761
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';