Answers for "prevent to close if click another in mat dialog angular"

1

mat dialog disable close

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

Code answers related to "prevent to close if click another in mat dialog angular"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language