I am trying to use dialog
from the angular material. I am trying to implement the 1st example given at the page:
Angular Material Dialog URL
Here is the Stackblitz URL of the example given at the above page:
Example Mentioned on Angular material website
The only modification I have done is I have moved the dialog component in a separate folder. But the dialog is not opening properly and no data is displayed. Here is the Stackblitz link to my work: My Implementation
I think somehow data is not getting passed in the dialog component. But I am not able to figure out why. Any help would be highly appreciated.