fix(ivy): support ng-container at the root of a view with delayed insertion (#25329)

PR Close #25329
This commit is contained in:
Pawel Kozlowski
2018-08-06 16:40:16 +02:00
committed by Kara Erickson
parent 02c15a2448
commit 3355502f2f
4 changed files with 128 additions and 35 deletions

View File

@ -110,6 +110,12 @@
{
"name": "callHooks"
},
{
"name": "canInsertNativeChildOfElement"
},
{
"name": "canInsertNativeChildOfView"
},
{
"name": "canInsertNativeNode"
},

View File

@ -353,6 +353,12 @@
{
"name": "callHooks"
},
{
"name": "canInsertNativeChildOfElement"
},
{
"name": "canInsertNativeChildOfView"
},
{
"name": "canInsertNativeNode"
},