I was just following the getting started section, made sure to have the file and plugin installed. After including it in my app.module.ts and injecting it globally in app.component and now it doesn't compile, due to the error:
ERROR in node_modules/ionic-image-loader/dist/providers/image-loader.d.ts(3,26): error TS2307: Cannot find module 'ionic-angular'.
I was just following the
getting started
section, made sure to have the file and plugin installed. After including it in myapp.module.ts
and injecting it globally inapp.component
and now it doesn't compile, due to the error:does ionic-image-loader not support ionic v4?