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
Page is not loading anymore when enabling "autoPlay". No logs available at all.
It looks like Angular universal does not support setInterval without some more code:
Page is not loading anymore when enabling "autoPlay". No logs available at all.
It looks like Angular universal does not support setInterval without some more code:
My solution to get auto load to work for me:
By the way: It would be nice if the auto play function would stop optionally if mouse is hovered over images.
What is the expected behavior?
Page should load and gallery should auto play.
What is the current behavior?
Page is not loading at all.
What are the steps to reproduce?
<gallery id="gallery" [items]="images" [autoPlay]="true"></gallery>
What is the use-case or motivation for changing an existing behavior?
Universal support is advertised.
Which versions are you using for the following packages?
Angular: 16.1.7
Angular CDK: 16.1.6
Typescript: 2.3.0
Gallery: 11.0.0
The text was updated successfully, but these errors were encountered: