feat(ivy): support projection of ViewContainerRef (#23272)
PR Close #23272
This commit is contained in:
@ -490,4 +490,7 @@ export function appendProjectedNode(
|
||||
addRemoveViewFromContainer(node as LContainerNode, views[i], true, null);
|
||||
}
|
||||
}
|
||||
if (node.dynamicLContainerNode) {
|
||||
node.dynamicLContainerNode.data.renderParent = currentParent as LElementNode;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user