Marwan Youness
Results
1
issues of
Marwan Youness
hi all I'm using angular2 modal in my web app and here I'm using the modal to show delete dialog deleteFUnction() { this.deleteModal.confirm() .isBlocking(false) .showClose(true) .keyboard(27) .okBtn("delete") .cancelBtn("cancel") .title('delete row')...