in the exemple html code, there is code like
(closeModal)="onCloseModal()">(click)="modalRoot.hide()" [...]
How do you define the methods it in the xxx.component.ts file ?
I don't find any infos on the repository and I don't understand how the snippet could work without definition.
Hello,
I installed the package
npm i ng-modal-lib --save
but I don't understand how to use the modal ?
in the exemple html code, there is code like
(closeModal)="onCloseModal()">
(click)="modalRoot.hide()"
[...]How do you define the methods it in the xxx.component.ts file ? I don't find any infos on the repository and I don't understand how the snippet could work without definition.
Thank you
Regards