angular-custom-modal icon indicating copy to clipboard operation
angular-custom-modal copied to clipboard

Cannot read property 'close' of undefined

Open jayantsr83 opened this issue 6 years ago • 0 comments

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();

jayantsr83 avatar Sep 17 '18 04:09 jayantsr83