angular-custom-modal
angular-custom-modal copied to clipboard
Cannot read property 'close' of undefined
Hi i am trying to close modal from component on response but it is not working and throwing error
Cannot read property 'close' of undefined
This is my code below please help me with this.
import { ModalComponent } from "../../modal";
@ViewChild('componentInsideModal') componentInsideModal: ModalComponent;
this.componentInsideModal.close();