@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
10 lines (9 loc) • 536 B
TypeScript
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>;
}