mohamadkhalil88

Results 6 comments of mohamadkhalil88

@ltrung so this library cannot work on Angular 13? because Angular 13 require TS version 4.4.2 or higher

@CharlieDigital unfortunately this solution doesn't work. i installed @types/offscreencanvas and still same error: packaje.json: "@types/offscreencanvas": "^2019.6.4",

i added offscreencanvas to types in tsconfig.json and it works: ``` "typeRoots": ["../node_modules/@types"], "types": ["jasmine","offscreencanvas"], ``` Thanks @CharlieDigital

@gabrielbusarello any updates on your side?

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