mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-05 22:12:40 +00:00
6 lines
269 B
HTML
6 lines
269 B
HTML
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
|
All Rights Reserved. See LICENSE file for details. -->
|
|
|
|
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
|
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|