shruti456

Results 1 issues of shruti456

I am using it in Angular project and the code snippet looks like this import dialogPolyfill from 'dialog-polyfill'; if (this.dialogBox) { dialogPolyfill.registerDialog(this.dialogBox.nativeElement); this.dialogBox.nativeElement.showModal(); } The dialog is rendered on the...