You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: