-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can not use ionic-image-loader in ionic 5 over #283
Comments
After I have replace ionic-angular to @ionic/angular, i have got error. How can I solve this issue? |
I could not manage to make it work either.. I believe it is not working for Ionic 5. Can someone please confirm? |
I'm not from the team who developed this package but I can confirm that is not working on Ionic 5. Since what I see the author has this repo abandoned I cloned it and tried to update the dependencies to make it compatible with angular 9 and ionic 5 but there are a lot of deprecations and breaking changes between versions. The last angular stable version that this package supports is Angular 5. Starting to Angular 6 and above you will start getting warning and errors about deprecations or references not found in the packages. Hope at least give you some idea about the status of the project. Maybe if there's someone who has a lot of time to migrate it to support the latest Angular and Ionic version this repo could back to live again. |
Hi @ernes128, This is hacky, but you can run this script on post install or pre build: const filePaths = [ for(let filePath of filePaths) { console.log("Done!") ` |
ionic-angular plugin updated to @ionic/angular.
So i can not use this ionic-image-loader plugin.
I have replace import { } from 'ionic-angular' to '@ionic/angular' in node module.
But this is not good way. And then that made many errors.
So ionic-image-loader plugin version need to update, in my opinion
The text was updated successfully, but these errors were encountered: