Zerbus

Results 4 comments of Zerbus

I've encountered the same issue where the dropdown doesn't function as expected after the client-side rendering kicks in. Here's a minimal reproduction path to replicate the issue: - Create a...

I've recently begun working with Taiga UI and ng-web-apis, and while I'm still familiarizing myself with these libraries, but I've noticed something strange. In @ng-web-apis/universal, the UNIVERSAL_ANIMATION_FRAME of UNIVERSAL_PROVIDERS seems...

Thank you. FYI, I've encountered issues with several other components and directives when using Angular 17 in conjunction with SSR. I suspect these issues might be related, which is why...

I just realized that there is actually no bug. I was using the UNIVERSAL_PROVIDERS in both the server side and client side configurations because I changed it in the `app.config.ts`...