@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
12 lines (11 loc) • 600 B
TypeScript
import { AfterViewInit, ElementRef } from '@angular/core';
import { AttachableTrack } from '../../services/chat-list-state.service';
import * as i0 from "@angular/core";
export declare class ChatVideoWindowComponent implements AfterViewInit {
video: ElementRef<HTMLVideoElement>;
track: AttachableTrack;
constructor();
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ChatVideoWindowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ChatVideoWindowComponent, "ngx-chat-video-window", never, { "track": "track"; }, {}, never, never, false, never>;
}