我需要将数据从angular material bottomsheet传递到它的父组件。就像我们在angular material对话框组件中有[mat-dialog-close]指令一样,我们可以像https://material.angular.io/components/dialog/api#MatDialogClose中提到的那样将数据从对话
我有一个角度应用程序,需要根据输入的值显示数据。在上面的组件中,我创建了一个方法来调用API (通过传递一些有效负载)并获取数据,它运行良好。annotation-pm-admin-list//here subscribed the api and fetched the data现在,我需要其他组件components(因为在API调用中,