How can I update @Input Property on Child when Parent updates in Angular?

后端 未结 0 1602
执念已碎
执念已碎 2020-12-13 06:30

This is the parent component (:

EntityDataListComponent

data: any[] = [];
ngOnInit(): void {
    this.getAllData();
  }
  getAllData()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题