@pazznetwork/ngx-chat
Version:
[](https://travis-ci.com/pazznetwork/ngx-chat) [](https://coveralls.io/github/pazzn
18 lines (17 loc) • 816 B
TypeScript
import { OnInit } from '@angular/core';
import { Observable } from 'rxjs';
import { Presence } from '../../core/presence';
import { Recipient } from '../../core/recipient';
import { ChatService } from '../../services/chat-service';
import * as i0 from "@angular/core";
export declare class RosterRecipientComponent implements OnInit {
private chatService;
recipient: Recipient;
unreadCount$: Observable<number>;
presence$: Observable<Presence> | null;
Presence: typeof Presence;
constructor(chatService: ChatService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<RosterRecipientComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RosterRecipientComponent, "ngx-chat-roster-recipient", never, { "recipient": "recipient"; }, {}, never, never, false, never>;
}