fix(router): RouterOutlet loads component twice in a race condition
Closes #7497 Closes #7545
This commit is contained in:

committed by
Miško Hevery

parent
d61aaac400
commit
2f581ffc88
@ -106,7 +106,7 @@ const CORE = [
|
||||
'ComponentMetadata.viewProviders:any[]',
|
||||
'ComponentRef',
|
||||
'ComponentRef.componentType:Type',
|
||||
'ComponentRef.dispose():any',
|
||||
'ComponentRef.dispose():void',
|
||||
'ComponentRef.hostComponent:any',
|
||||
'ComponentRef.hostView:HostViewRef',
|
||||
'ComponentRef.injector:Injector',
|
||||
|
Reference in New Issue
Block a user