initial commit

- contains basic chat via websocket
- contains button to test websocket
- contains button to test rest api
This commit is contained in:
2020-07-19 22:16:23 +02:00
commit d90204d34c
51 changed files with 14772 additions and 0 deletions

20
tsconfig.json Normal file
View File

@@ -0,0 +1,20 @@
/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./e2e/tsconfig.json"
}
]
}