refactor(ivy): remove TNode.dynamicContainerNode (#26407)
PR Close #26407
This commit is contained in:

committed by
Miško Hevery

parent
989555352d
commit
70cd112872
@ -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.
|
||||
|
Reference in New Issue
Block a user