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

11 lines
195 B
HTML
Raw Normal View History

2022-09-29 11:03:11 +01:00
<ion-header>
<ion-toolbar>
<ion-title>chatMessageDebugging</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
2022-09-29 12:17:00 +01:00
<button (click)="loadHistory()">Load History</button>
2022-09-29 11:03:11 +01:00
</ion-content>
2022-09-29 12:17:00 +01:00