ngx-intersection-observer
Version:
Intersection observer for Angular
11 lines (10 loc) • 719 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { IntersectionObserverConfig } from './intersection-observer-config.model';
import * as i0 from "@angular/core";
import * as i1 from "./intersection-observer.directive";
export declare class IntersectionObserverModule {
static forRoot(config?: IntersectionObserverConfig): ModuleWithProviders<IntersectionObserverModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionObserverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IntersectionObserverModule, [typeof i1.IntersectionObserverDirective], never, [typeof i1.IntersectionObserverDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IntersectionObserverModule>;
}