6 lines
140 B
HTML
6 lines
140 B
HTML
|
|
<input id="chat-input"
|
||
|
|
matInput
|
||
|
|
placeholder="Type here."
|
||
|
|
#box
|
||
|
|
(keyup.Enter)="onEnter(box.value); box.value=''">
|