@ng-web-apis/intersection-observer
Version:
A library for declarative use of Intersection Observer API with Angular
8 lines (7 loc) • 351 B
TypeScript
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class IntersectionObserveeService extends Observable<IntersectionObserverEntry[]> {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionObserveeService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<IntersectionObserveeService>;
}