angular-cn/modules/angular2/src/router/route_config_annotation.es6
Rado Kirov 8e1d53b5e9 feat(router): adds the router to the self-executing bundle.
Due to limitation of system build, the router cannot have its own sfx
bundle.

Fixes an issue with RouteConfig decorator by moving it into its own
file.
2015-05-05 10:55:23 -07:00

2 lines
74 B
JavaScript

export {RouteConfig as RouteConfigAnnotation} from './route_config_impl';