UNPKG

@pazznetwork/ngx-chat

Version:

[![Build status](https://api.travis-ci.com/pazznetwork/ngx-chat.svg?branch=master)](https://travis-ci.com/pazznetwork/ngx-chat) [![Coverage](https://coveralls.io/repos/github/pazznetwork/ngx-chat/badge.svg?branch=master)](https://coveralls.io/github/pazzn

12 lines (11 loc) 642 B
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>; }