UNPKG
ngx-chat
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Chat for getting contacts
github.com/wasteCleaner/ngx-chat
wasteCleaner/ngx-chat
ngx-chat
/
src
/
app
/
ngx-chat
/
chat-notification
/
chat-notification.component.d.ts
11 lines
(10 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
ChatNotificationComponent
implements
OnInit
{
userProfile
: {
photo
:
string
;
name
:
string
;
status
:
string
; };
constructor
(
);
ngOnInit
():
void
; }