material2-carousel
material2-carousel copied to clipboard
Typescript 4.4 support
Need just to change in carousel.component.ts on line 239:
public onMouseWheel(event: MouseWheelEvent): void {
to
public onMouseWheel(event: WheelEvent): void {
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?
@gabrielbusarello
Any update on this?