-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
I've noticed this components fails in angular SSR since they make use of intersectionObserver. I had to do check like so. Might save some head scratches if it was done in the lib itself.
readonly platformId: Object = inject(PLATFORM_ID);
_isBrowser: boolean = isPlatformBrowser(this.platformId);
Metadata
Metadata
Assignees
Labels
No labels