Answers for "dialogue angular material"

0

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());
Posted by: Guest on January-14-2022

Browse Popular Code Answers by Language