Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with angular 15.2.9 #289

Open
kintela opened this issue Oct 25, 2023 · 3 comments
Open

Error with angular 15.2.9 #289

kintela opened this issue Oct 25, 2023 · 3 comments

Comments

@kintela
Copy link

kintela commented Oct 25, 2023

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

@nen155
Copy link

nen155 commented Oct 27, 2023

Same problem version 15.0.0

@nen155
Copy link

nen155 commented Oct 27, 2023

Working version 10.1.0 in angular 15.0.0

@LynnColgrove
Copy link

Is there a version that works with angular 15.2.9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants