Skip to content

Angular SSR #1

@jasonc624

Description

@jasonc624

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions