fix(router-deprecated): export RootRoute

Fix #8449

Closes #8450
This commit is contained in:
mgechev 2016-05-03 17:38:07 -06:00 committed by Misko Hevery
parent 9b1b5b393d
commit 55921be1af
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* Maps application URLs into application states, to support deep-linking and navigation.
*/
export {Router} from './src/router';
export {Router, RootRouter} from './src/router';
export {RouterOutlet} from './src/directives/router_outlet';
export {RouterLink} from './src/directives/router_link';
export {RouteParams, RouteData} from './src/instruction';