mat dialog returns undefined

Solutions on MaxInterview for mat dialog returns undefined by the best coders in the world

showing results for - "mat dialog returns undefined"
Amie
18 Jun 2018
1// if your mat dialog on subscribe returns null, then add this to your close button of dialog window
2this.dialogRef.close(data)
3