@fullcalendar/angular Not working in angular universal
codeintelli opened this issue · 1 comments
codeintelli commented
Bug Reports
Currently, we are using @fullcalendar/angular v5.6.0 in angular V10.1.17 Node version V14.15.0 and we are going through Angular SSR (Angular Universal). But it's not working properly it goes into Loading State. This Libary working properly in Angular Core but when we tried to fix it into SSR(Server Side Rendering) Using Angular Universal
This issue will occur while reloading the page.
Solution We have tried
- we have tried to comment on the whole library from the project at that time this issue will be occurring
- After that, we have tried to execute this part of the code into the browser state but not working on that also it goes into the loading state
Feature Requests
Can You Please help to replicate it?
acerix commented
Would you be able to post a runnable, stripped-down demonstration of the bug? Would really appreciate it because the time saved reproducing will be time spent fixing.