ionic-image-loader icon indicating copy to clipboard operation
ionic-image-loader copied to clipboard

Use without Ionic?

Open kodeine opened this issue 6 years ago • 1 comments

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

kodeine avatar Nov 10 '17 01:11 kodeine

Unfortunately not. This module uses the following from Ionic:

  • https://github.com/zyra/ionic-image-loader/blob/master/src/components/img-loader.ts#L15
  • https://github.com/zyra/ionic-image-loader/blob/master/src/providers/image-loader.ts#L80

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?

ihadeed avatar Nov 11 '17 00:11 ihadeed