-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Not Working With Angular SSR Version 17 #841
Comments
I had the same issue.I have a solution for you:
I explain in depth in this video |
Hi, both this workarounds fixed the issue:
or
Another thing you need to change is:
to
Than you can use it like this in OnInit or AfterViewinit:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dears,
The library was working on last version ok without SSR but now working only on the first element of the page and all the bottom elements got hidden from the page ,
could you please help me to solve this issue ,
Thanks.
The text was updated successfully, but these errors were encountered: