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) 600 B
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>; }