角度变化检测器在父母和孩子中均分离

时间:2019-02-23 14:16:01

标签: angular

在我在Thoughtram博客中找到的this plunkr中,我可以看到AppComponent(父级)和BoxComponent(子级)在视图初始化后都脱离了变更检测器:

ngAfterViewInit() {
  this.changeDetectorRef.detach();
}

但是我不明白,因为更改检测是从父级到子级进行的,仅在父级上调用分离还不够吗?

0 个答案:

没有答案