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:

committed by
Miško Hevery

parent
f2809d1ed8
commit
1c929031a2
@ -498,6 +498,8 @@ var ROUTER: string[] = [
|
||||
'ROUTER_PROVIDERS',
|
||||
'Route',
|
||||
'Router',
|
||||
'RouterOutlet',
|
||||
'RouterLink',
|
||||
'DefaultRouterUrlSerializer',
|
||||
'RouteSegment',
|
||||
'RouteTree',
|
||||
|
Reference in New Issue
Block a user