mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-03 22:32:56 +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>
 |