Skip to content
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

Is ionic 5.4.13 supported? I receive a run time error #279

Open
etcware opened this issue Feb 14, 2020 · 3 comments
Open

Is ionic 5.4.13 supported? I receive a run time error #279

etcware opened this issue Feb 14, 2020 · 3 comments

Comments

@etcware
Copy link

etcware commented Feb 14, 2020

I'm using ionic 5.4.13, angular 8. I tried to import ionic-image-loader, may be it is not supported. I imported the module in app.modules.ts as described in README and then I added the module in my page module. But I receive this error:

core.js:9110 ERROR Error: Uncaught (in promise): Error: Template parse errors:
Can't bind to 'src' since it isn't a known property of 'img-loader'.
1. If 'img-loader' is an Angular component and it has 'src' input, then verify that it is part of this module....
@gaurav-chandra
Copy link

if you are using lazy loading (default in ionic 4+), you need to import the image loader in the page's module. Only app module will not work.

@Fieel
Copy link

Fieel commented Jun 23, 2020

Bruh not even Ionic 4 is supported

@pcsantana
Copy link
Contributor

Actually there is a branch that supports Ionic >= 4
I am using it with Ionic 5 and Angular 9

https://github.com/zyra/ionic-image-loader/tree/v4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants