angelnikolov / ts-cacheable

Observable/Promise Cache Decorator
https://npmjs.com/package/ts-cacheable
ISC License
340 stars 42 forks source link

Support for noImplicitAny #33

Closed fubar-coder closed 5 years ago

fubar-coder commented 5 years ago

Currently, using this package fails when referenced by a project that uses noImplicitAny.

angelnikolov commented 5 years ago

Noted, will fix soon. Thanks! :)

angelnikolov commented 5 years ago

@fubar-coder Fixed in 1.1.8 by https://github.com/angelnikolov/ngx-cacheable/pull/35