fix(ivy): implement rootNodes getter on ViewRef (#27095)

PR Close #27095
This commit is contained in:
Pawel Kozlowski
2018-11-14 10:36:10 +01:00
committed by Andrew Kushnir
parent 1c9e526a83
commit ce5242462b
8 changed files with 232 additions and 24 deletions

View File

@ -371,6 +371,9 @@
{
"name": "cleanUpView"
},
{
"name": "collectNativeNodes"
},
{
"name": "componentRefresh"
},

View File

@ -611,6 +611,9 @@
{
"name": "cleanUpView"
},
{
"name": "collectNativeNodes"
},
{
"name": "compileNgModuleFactory"
},

View File

@ -428,6 +428,9 @@
{
"name": "cleanUpView"
},
{
"name": "collectNativeNodes"
},
{
"name": "componentRefresh"
},

View File

@ -1280,6 +1280,9 @@
{
"name": "cleanUpView"
},
{
"name": "collectNativeNodes"
},
{
"name": "compileNgModuleFactory"
},