initial commit
- contains basic chat via websocket - contains button to test websocket - contains button to test rest api
This commit is contained in:
5
src/app/chat/input/input.component.html
Normal file
5
src/app/chat/input/input.component.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<input id="chat-input"
|
||||
matInput
|
||||
placeholder="Type here."
|
||||
#box
|
||||
(keyup.Enter)="onEnter(box.value); box.value=''">
|
||||
Reference in New Issue
Block a user