Answers for "how to avoid a button to close the dialog agular"

1

mat dialog disable close

this.dialog.open(DialogComponent, { disableClose: true });
Posted by: Guest on March-04-2021

Code answers related to "how to avoid a button to close the dialog agular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language