You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's related to TypeScript's type-checking. It seems like the issue is with the type definition in the NgxSmartModalComponent. The error message suggests that the properties closable, escapable, dismissable, etc., in the component declaration do not satisfy the expected type constraint.
The text was updated successfully, but these errors were encountered:
hakkikonu
changed the title
Property '"closable"' is incompatible with index signature.
Property 'closable' is incompatible with index signature.
Nov 13, 2023
@gregorygregio for me the only solution to use 14.0.3 was to copy the code to my app, because I think the problem is that the last version was compiled with Angular 16 #383 (comment)
versions:
usage:
<ngx-smart-modal [closable]="false"> </ngx-smart-modal>
I think it's related to TypeScript's type-checking. It seems like the issue is with the type definition in the NgxSmartModalComponent. The error message suggests that the properties closable, escapable, dismissable, etc., in the component declaration do not satisfy the expected type constraint.
The text was updated successfully, but these errors were encountered: