popover icon indicating copy to clipboard operation
popover copied to clipboard

Error with angular 15.2.9

Open kintela opened this issue 1 year ago • 3 comments

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

kintela avatar Oct 25 '23 10:10 kintela

Same problem version 15.0.0

nen155 avatar Oct 27 '23 11:10 nen155

Working version 10.1.0 in angular 15.0.0

nen155 avatar Oct 27 '23 11:10 nen155

Is there a version that works with angular 15.2.9?

LynnColgrove avatar Dec 07 '23 21:12 LynnColgrove