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
ctfrancia commented
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?
TiagoDamascena commented
Apparently the v4 support are still in beta, go to the v4 branch and follow the steps. It worked to me.
rajabmohammadi commented
@TiagoDamascena Thanks worked for me.