-
Notifications
You must be signed in to change notification settings - Fork 19
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
Package "ngx-lazy-load-images" has an incompatible peer dependency to "@angular/" #32
Comments
In Angular 11 I have another error:
|
Let me check out those errors today. I'll have them fixed as soon as possible. |
Is the issue resolved? |
any solution for this problem? |
@jesusbotella are you still there? You've left this project untouched for so long |
Will be pushing an update for Angular 15 to a new package. Open to collaborators to upkeep the project 🙏🏼 |
@afifalfiano @rajashekarb-dev @dulikmixail Angular 15 support @doughlass/ngx-lazy-load-images. Clean fork of this project, updated dependancies. Still works the exact same way as before. |
I have project using Angular 10 with ngx-lazy-load-images: 2.0.0. When I upgrade a project from Angular 10 to Angular 11 I get this warning:
Package "ngx-lazy-load-images" has an incompatible peer dependency to "@angular/common" (requires "^9.1.4" (extended), would install "11.2.7"). Package "ngx-lazy-load-images" has an incompatible peer dependency to "@angular/core" (requires "^9.1.4" (extended), would install "11.2.7").
I can upgrade with the '--force' option, but will these warnings affect the app in the future?
The text was updated successfully, but these errors were encountered: