for the parent to subscribe to and one for the child to subscribe to
但是,应该注意的是,我需要跟踪哪个“子”组件正在发送哪个数据-- this will render the "Client" component within a MatDialog instance created by the openClientPopup() method -->
正如我所说的,在顶层组件中创建一个单例实例并将其注入“子”模块,传统的方法是行不通的,因为“子”模块的每
ngFor="let player of players"> </div>
我正在从我的player.service.ts文件中执行HTTP调用,然后循环遍历返回的player对象,在一个庞大的播放器列表中打印出firstName、lastName和id我需要在循环中的给定点提取一个特定的玩家ID,这样我就可以将它<em