feat(ivy): support projection of ViewContainerRef (#23272)

PR Close #23272
This commit is contained in:
Marc Laval
2018-04-09 17:35:50 +02:00
committed by Igor Minar
parent 37c1634276
commit bb3f0e5ed2
2 changed files with 206 additions and 19 deletions

View File

@ -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;
}
}