zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
436 stars 137 forks source link

Use without Ionic? #116

Open kodeine opened 6 years ago

kodeine commented 6 years ago

Can we use this without ionic and just angular 4 apps?

ihadeed commented 6 years ago

Unfortunately not. This module uses the following from Ionic:

You can fork the repo and replace the code above with non-ionic code and it should work.

Out of curiosity, what are you trying to use this library with?