dialogue angular material
const dialogRef = this.dialog.open(DialogFromMenuExampleDialog, {restoreFocus: false});
// Manually restore focus to the menu trigger since the element that
// opens the dialog won't be in the DOM any more when the dialog closes.
dialogRef.afterClosed().subscribe(() => this.menuTrigger.focus());