modalRef.hide() not close modal

Viewed 15

my modal

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()
   }
0 Answers
Related