feat(router): export RouterLink and RouterOutlet (#8912)

Makes it possible to individually import RouterLink and RouterOutlet from the router module
This commit is contained in:
Hannah Howard
2016-06-01 09:48:55 -07:00
committed by Miško Hevery
parent f2809d1ed8
commit 1c929031a2
3 changed files with 30 additions and 24 deletions

View File

@ -498,6 +498,8 @@ var ROUTER: string[] = [
'ROUTER_PROVIDERS',
'Route',
'Router',
'RouterOutlet',
'RouterLink',
'DefaultRouterUrlSerializer',
'RouteSegment',
'RouteTree',