refactor(ivy): remove unneeded detach property (#28595)

PR Close #28595
This commit is contained in:
Olivier Combe
2019-02-07 17:03:29 +01:00
committed by Miško Hevery
parent 9d109929be
commit 94f042beba
5 changed files with 12 additions and 30 deletions

View File

@ -304,12 +304,6 @@ export interface TNode {
*/
parent: TElementNode|TContainerNode|null;
/**
* If this node is part of an i18n block, it indicates whether this node is part of the DOM.
* If this node is not part of an i18n block, this field is null.
*/
detached: boolean|null;
stylingTemplate: StylingContext|null;
/**
* List of projected TNodes for a given component host element OR index into the said nodes.