zyra/ionic-image-loader

bug: ERROR in node_modules/ionic-image-loader/dist/providers/image-loader.d.ts(3,26): error TS2307: Cannot find module 'ionic-angular'.

ctfrancia opened this issue · 2 comments

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'.

does ionic-image-loader not support ionic v4?

Apparently the v4 support are still in beta, go to the v4 branch and follow the steps. It worked to me.

@TiagoDamascena Thanks worked for me.