2020-07-11 21:09:04 +09:00
|
|
|
<div fxFlexFill class="list-container">
|
2020-05-24 13:46:38 +09:00
|
|
|
<app-chat-room-expansion
|
2020-07-11 21:09:04 +09:00
|
|
|
[searchObj]="searchObj"
|
|
|
|
[currentRoomId]="currentRoomId"
|
2020-05-24 13:46:38 +09:00
|
|
|
[checkable]="checkable"
|
|
|
|
[selectedRoomList]="selectedRoomList"
|
|
|
|
(toggleItem)="onToggleItem($event)"
|
|
|
|
(openChatRoom)="onOpenChatRoom($event)"
|
2020-07-11 21:09:04 +09:00
|
|
|
(searchResultList)="onSearchResultList($event)"
|
2020-05-24 13:46:38 +09:00
|
|
|
>
|
|
|
|
</app-chat-room-expansion>
|
|
|
|
</div>
|