material2-carousel icon indicating copy to clipboard operation
material2-carousel copied to clipboard

Typescript 4.4 support

Open menelai opened this issue 3 years ago • 3 comments

Need just to change in carousel.component.ts on line 239: public onMouseWheel(event: MouseWheelEvent): void { to public onMouseWheel(event: WheelEvent): void {

menelai avatar Nov 08 '21 20:11 menelai

i have the same errror: Error: node_modules/@ngbmodule/material-carousel/lib/carousel.component.d.ts:62:25 - error TS2304: Cannot find name 'MouseWheelEvent'.

62 onMouseWheel(event: MouseWheelEvent): void; Is it fixed?

mohamadkhalil88 avatar Jan 14 '22 10:01 mohamadkhalil88

@gabrielbusarello

mohamadkhalil88 avatar Jan 14 '22 10:01 mohamadkhalil88

Any update on this?

secret-dave avatar Apr 24 '23 18:04 secret-dave