app.component.html
<app-son></app-son> <app-son></app-son>
我在app.component.html中放置了两个相同的组件在ngOnInit上,每个组件都应从我编写的全局服务中获取其数据。
如何知道组件是上层组件还是下层组件?
是否有一种“注入”数据的方式,以便每个数据都有一个ID?
您可以使用@ ViewChildren