-
Notifications
You must be signed in to change notification settings - Fork 170
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
It's giving error in angular10 as showing 'Renderer2' is declared here. #325
Comments
|
Same here |
facing the same issue, anyone has a solution to this issue then let me know. |
|
Worked out, thanks! |
Just install the 4.7 version. npm install [email protected] --save I had same error and this solved it |
Thank you so much, it works ! |
Still getting the same error after installing |
I am using Angular 9 and facing the same error even after installing npm install [email protected] --save or npm install ngx-gallery-9 --save |
@dhiraj66 You need to delete the existing packages by saying |
It's need Renderer2 instead of Renderer in angular 10. Kindly update it.
The text was updated successfully, but these errors were encountered: