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
Hi
I have added it in my angular app
"@angular/cdk": "^15.2.9",
"@ncstate/sat-popover": "^10.3.2",
And when I try ng serve I get this error
Error: node_modules/@ncstate/sat-popover/popover/popover-hover.directive.d.ts:26:98 - error TS2344: Type '{ satPopoverHover: { alias: "satPopoverHover"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"satPopoverHover"' is incompatible with index signature.
Type '{ alias: "satPopoverHover"; required: false; }' is not assignable to type 'string'.
Hi
I have added it in my angular app
"@angular/cdk": "^15.2.9",
"@ncstate/sat-popover": "^10.3.2",
And when I try ng serve I get this error
Error: node_modules/@ncstate/sat-popover/popover/popover-hover.directive.d.ts:26:98 - error TS2344: Type '{ satPopoverHover: { alias: "satPopoverHover"; required: false; }; }' does not satisfy the constraint '{ [key: string]: string; }'.
Property '"satPopoverHover"' is incompatible with index signature.
Type '{ alias: "satPopoverHover"; required: false; }' is not assignable to type 'string'.
26 static ɵdir: i0.ɵɵDirectiveDeclaration<SatPopoverHoverDirective, "[satPopoverHover]", never, { "satPopoverHover": { "alias": "satPopoverHover"; "required": false; }; }, {}, never, never, false, never>;
Any idea, please?
Thanks
The text was updated successfully, but these errors were encountered: