Angular: Pass data from Material Dialog to component, which didn't open the dialog
问题 I have a network.component which opens my dialog send-tx-dialog.component. The user fills the send-tx-dialog with information. I want to send that information to another component: transaction-pool.component. And after that I want to display the data in a data table dynamically. I tried to use push() but it didn't work. What is a possible way to do that? Following some code which I think could be important. Part of the TS of the dialog: constructor( private fb: FormBuilder, private dialogRef: