refactor(router): do not export RootRouter
BREAKING CHANGE: It's unlikely that any apps were explicitly referencing `RootRouter`, but if they were they should prefer to use the `routerBindings` helper or the `ROUTER_BINDINGS` const exported from `angular2/router`
This commit is contained in:
@ -26,7 +26,6 @@ import {SpyLocation} from 'angular2/src/mock/location_mock';
|
||||
import {
|
||||
Location,
|
||||
Router,
|
||||
RootRouter,
|
||||
RouteRegistry,
|
||||
RouterLink,
|
||||
RouterOutlet,
|
||||
@ -36,6 +35,7 @@ import {
|
||||
RouteConfig,
|
||||
ROUTER_DIRECTIVES
|
||||
} from 'angular2/router';
|
||||
import {RootRouter} from 'angular2/src/router/router';
|
||||
|
||||
import {DOM} from 'angular2/src/core/dom/dom_adapter';
|
||||
|
||||
|
Reference in New Issue
Block a user