When clicked, the modal stays open and does not close. This is my code
close(option?: boolean | undefined) {
this.confirmResult.next(option)
this.modalRef.hide()
}
When clicked, the modal stays open and does not close. This is my code
close(option?: boolean | undefined) {
this.confirmResult.next(option)
this.modalRef.hide()
}