refactor(ivy): remove TNode.dynamicContainerNode (#26407)

PR Close #26407
This commit is contained in:
Kara Erickson
2018-10-09 14:47:18 -07:00
committed by Miško Hevery
parent 989555352d
commit 70cd112872
5 changed files with 16 additions and 33 deletions

View File

@ -325,11 +325,6 @@ export interface TNode {
*/
parent: TElementNode|TContainerNode|null;
/**
* A pointer to a TContainerNode created by directives requesting ViewContainerRef
*/
dynamicContainerNode: TNode|null;
/**
* If this node is part of an i18n block, it indicates whether this container is part of the DOM
* If this node is not part of an i18n block, this field is null.