Today, you can find plenty of working MatDialog examples here: https://material.angular.io/components/dialog/examples
MatDialog
Note that you have several ways to pass values to the dialog:
MAT_DIALOG_DATA
this.dialogRef.componentRef.setInput(key, value)