mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-02 23:02:40 +00:00
7 lines
185 B
HTML
7 lines
185 B
HTML
<textarea [(ngModel)]="messageStr"
|
|
cols="33"
|
|
rows="7"
|
|
autofocus>
|
|
</textarea><br>
|
|
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|