Files
doneit-web/src/app/shared/popover/chat-debugging/chat-debugging.page.html
T

10 lines
249 B
HTML
Raw Normal View History

2022-09-26 16:16:37 +01:00
<ion-content>
<ul>
<li>Chat login</li>
<li>Chat user list</li>
</ul>
<ul>
<!-- <li *ngFor="let room of wsChatMethodsService._dm">chat Name: {{room.name}}; subcribe: {{room.status.receive.message}}; </li> -->
</ul>
</ion-content>