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

This reverts commit 78a8ba2307.
This commit is contained in:
Victor Berchet
2015-08-20 08:06:24 -07:00
parent 298f1fb6a6
commit abb3bd266b
5 changed files with 13 additions and 8 deletions

View File

@ -22,7 +22,6 @@ 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';