GreenFlag31 / modal-library

ngx-modal-ease is a versatile Angular library providing a lightweight, simple, and performant modal.
https://greenflag31.github.io/modal-library/
14 stars 2 forks source link

Export interface ModalResponse #7

Closed jerome-aluffi-perso closed 4 months ago

jerome-aluffi-perso commented 4 months ago

Hi,

Can you export interface ModalResponse ?

I can't type my property correctly :

private modalResponse?: Promise<ModalResponse>;

GreenFlag31 commented 4 months ago

Interface was exported but not exposed. Will do in v0.1.2.