chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

Roadmap ImgCache.js for Angular 2 #161

Closed Sturgelose closed 8 years ago

Sturgelose commented 8 years ago

Hi,

As a newbie developer in Angular2, I used to use your module in Angular1/Ionic1 apps. Recently I started to move and develop in Angular2/Ionic2. Just to know, is there any plan to upgrade this module to Angular2?

Of course, thanks a lot for you hard work!

chrisben commented 8 years ago

ImgCache is pure javascript without dependency, it should work with any framework. I don't plan on implementing packages for different frameworks.

You might want to ask your question to the angular-imgcache.js library for the Angular1 framework.