13 lines
377 B
HTML
13 lines
377 B
HTML
<div fxFlexFill class="list-container">
|
|
<app-chat-room-expansion
|
|
[searchObj]="searchObj"
|
|
[currentRoomId]="currentRoomId"
|
|
[checkable]="checkable"
|
|
[selectedRoomList]="selectedRoomList"
|
|
(toggleItem)="onToggleItem($event)"
|
|
(openChatRoom)="onOpenChatRoom($event)"
|
|
(searchResultList)="onSearchResultList($event)"
|
|
>
|
|
</app-chat-room-expansion>
|
|
</div>
|