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

10 lines (9 loc) 536 B
import { ChatListStateService } from '../../services/chat-list-state.service'; import * as i0 from "@angular/core"; export declare class ChatWindowListComponent { chatListService: ChatListStateService; rosterState: string; constructor(chatListService: ChatListStateService); static ɵfac: i0.ɵɵFactoryDeclaration<ChatWindowListComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ChatWindowListComponent, "ngx-chat-window-list", never, { "rosterState": "rosterState"; }, {}, never, never, false, never>; }