UNPKG

@ng-web-apis/intersection-observer

Version:

A library for declarative use of Intersection Observer API with Angular

7 lines (6 loc) 288 B
import { InjectionToken } from '@angular/core'; export declare const WA_INTERSECTION_OBSERVER_SUPPORT: InjectionToken<boolean>; /** * @deprecated: drop in v5.0, use {@link WA_INTERSECTION_OBSERVER_SUPPORT} */ export declare const INTERSECTION_OBSERVER_SUPPORT: InjectionToken<boolean>;