@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
12 lines (11 loc) • 642 B
TypeScript
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IntersectionObserverDirective implements OnDestroy {
private el;
ngxChatIntersectionObserver: EventEmitter<any>;
private intersectionObserver;
constructor(el: ElementRef);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionObserverDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IntersectionObserverDirective, "[ngxChatIntersectionObserver]", never, {}, { "ngxChatIntersectionObserver": "ngxChatIntersectionObserver"; }, never, never, false, never>;
}