initial commit
- contains basic chat via websocket - contains button to test websocket - contains button to test rest api
This commit is contained in:
4
src/app/chat/chat.component.css
Normal file
4
src/app/chat/chat.component.css
Normal file
@@ -0,0 +1,4 @@
|
||||
#chat-log {
|
||||
height: calc(99% - 34px);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user