fix(ivy): support ng-container at the root of a view with delayed insertion (#25329)
PR Close #25329
This commit is contained in:

committed by
Kara Erickson

parent
02c15a2448
commit
3355502f2f
@ -110,6 +110,12 @@
|
||||
{
|
||||
"name": "callHooks"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeChildOfElement"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeChildOfView"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeNode"
|
||||
},
|
||||
|
@ -353,6 +353,12 @@
|
||||
{
|
||||
"name": "callHooks"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeChildOfElement"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeChildOfView"
|
||||
},
|
||||
{
|
||||
"name": "canInsertNativeNode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user