feat(ivy): support ng-container as a child of an already inserted view (#25227)
PR Close #25227
This commit is contained in:

committed by
Kara Erickson

parent
28c7a4efbc
commit
c2c12e52fe
@ -176,6 +176,9 @@
|
||||
{
|
||||
"name": "getRenderFlags"
|
||||
},
|
||||
{
|
||||
"name": "getRenderParent"
|
||||
},
|
||||
{
|
||||
"name": "getRootView"
|
||||
},
|
||||
@ -200,6 +203,9 @@
|
||||
{
|
||||
"name": "namespaceHTML"
|
||||
},
|
||||
{
|
||||
"name": "nativeInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "readElementValue"
|
||||
},
|
||||
|
@ -590,6 +590,9 @@
|
||||
{
|
||||
"name": "getRenderFlags"
|
||||
},
|
||||
{
|
||||
"name": "getRenderParent"
|
||||
},
|
||||
{
|
||||
"name": "getRenderer"
|
||||
},
|
||||
@ -728,6 +731,9 @@
|
||||
{
|
||||
"name": "namespaceHTML"
|
||||
},
|
||||
{
|
||||
"name": "nativeInsertBefore"
|
||||
},
|
||||
{
|
||||
"name": "nextContext"
|
||||
},
|
||||
|
Reference in New Issue
Block a user