- contains basic chat via websocket - contains button to test websocket - contains button to test rest api
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=''">
|