mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 09:15:13 +00:00
Rename testmessager -> testmessenger
This commit is contained in:
2
src/app/testmessenger/testmessenger.component.html
Normal file
2
src/app/testmessenger/testmessenger.component.html
Normal file
@ -0,0 +1,2 @@
|
||||
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
||||
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
Reference in New Issue
Block a user