mtr / angular-iscroll

AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
MIT License
74 stars 27 forks source link

About IScroll #39

Closed psampath243 closed 7 years ago

psampath243 commented 7 years ago

I'm able to work on IScroll but receiving the compilation error as

error TS2304: Cannot find name 'IScroll'.

mtr commented 7 years ago

That is a TypeScript (.ts) compiler error and is probably caused by not supplying any typing information for the IScroll library.

Please take a look at https://www.npmjs.com/package/@types/iscroll and see if that can help you.