0
Q:

error TS2339: Property 'open' does not exist on type 'MatDialogModule'.

// dialog is of type MatDialog not MatDialogModule

//change 
constructor(public dialog: MatDialogModule)
// to 
constructor(public dialog: MatDialog)
0

New to Communities?

Join the community