feat(router): export provideRouter via index

This commit is contained in:
vsavkin
2016-05-27 15:10:42 -07:00
parent 40a06af79b
commit 91d64a2855
14 changed files with 100 additions and 2 deletions

View File

@ -5,6 +5,7 @@ export { UrlTree, UrlSegment} from './url_tree';
export { RouterOutletMap } from './router_outlet_map';
export { RouterConfig, Route } from './config';
export { Params, PRIMARY_OUTLET } from './shared';
export { provideRouter } from './router_providers';
import { RouterOutlet } from './directives/router_outlet';
import { RouterLink } from './directives/router_link';