如何交换组件(使用ChangeDetectionStrategy.OnPush)?

时间:2019-05-21 10:20:46

标签: javascript angular angular2-changedetection

Application structure StackBlitz

这是我所了解的-

  1. 单击交换按钮(出现在 sub-component-a.ts 中),就会触发一个事件。
  2. app.component.ts 中听到此事件,该事件在前两个汽车对象上执行简单的交换操作。
  3. component-a.ts 视图已更新(未调用其OnChanges())。
  4. 子组件-a.ts (已更改@Input()位置参考)未更新。

如何交换两个 component-a 及其对应的子组件 sub-component-a 也得到更新?

0 个答案:

没有答案