Angular Signal Generators
    Preparing search index...
    IntersectionSignal: Signal<IntersectionObserverEntry[]> & {
        asReadonly(): Signal<IntersectionObserverEntry[]>;
        set(value: IntersectionSignalValue): void;
        update(
            updateFn: (value: IntersectionSignalValue) => IntersectionSignalValue,
        ): void;
    }

    A signal that watches when elements are resized.

    Type declaration