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
If you import this module and compile with Angular Universal Server Side Rendering, then the project does not work, the website does not charge in the browser.
The text was updated successfully, but these errors were encountered:
The problem comes from the startTimer function of the carousel.component.ts. The timer blocks the Server App. It seems that the filter(() => this.isVisible() in the pipe is not enough. I just added a condition if isPlatformBrowser before this times and now it works perfectly:
If you import this module and compile with Angular Universal Server Side Rendering, then the project does not work, the website does not charge in the browser.
The text was updated successfully, but these errors were encountered: