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
Refer to this commit, the Carousel component should be initialized and rendered only when it is running in the browser and after the hydration is completed.
Reproduction link
(https://stackblitz.com/github/gdayal80/angular-ssr-nz-carousel?file=README.md)
Steps to reproduce
the project link given in *Link to minimal reproduction
the carousel shows only first slide on load, other slides are shown blank
What is expected?
the carousel should show the other slides similar to first slide
What is actually happening?
the carousel works in angular project without ssr, but does not work in angular project with ssr
The text was updated successfully, but these errors were encountered: