next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/chat.component.html

4 lines
165 B
HTML
Raw Normal View History

<ucap-room-list-item *ngFor="let room of roomList" [roomInfo]="room" [roomUserInfo]="getRoomUserList(room)"
(click)="onSelectedRoom(room)">
</ucap-room-list-item>