feat(change detection): add removeShadowDomChild
This commit is contained in:
@ -33,6 +33,10 @@ export class AbstractChangeDetector extends ChangeDetector {
|
||||
cd.parent = this;
|
||||
}
|
||||
|
||||
removeShadowDomChild(cd:ChangeDetector) {
|
||||
ListWrapper.remove(this.shadowDomChildren, cd);
|
||||
}
|
||||
|
||||
remove() {
|
||||
this.parent.removeChild(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user