Open lehoangphan opened 2 years ago
Hi, I try to get data from confirm, is there any way to do this?
var result = this.snotifyService.confirm('do you wan to delete?', 'confirm', { ...config, buttons: [ { text: 'Yes', action: (toast) => { this.snotifyService.remove(toast.id); }, bold: false }, { text: 'No', action: (toast) => { this.snotifyService.remove(toast.id) } }, ] })' if(result === 'Yes'){ ....do something }
thanks.
Hi, I try to get data from confirm, is there any way to do this?
thanks.