Introduce Angular Chat Component with SSE integration for real-time updates.

This commit is contained in:
2026-07-19 00:22:54 +02:00
parent 04ca05cd14
commit aa0c61cf5e
8 changed files with 119 additions and 1 deletions
+2
View File
@@ -24,6 +24,7 @@
"@angular/router": "20.2.2",
"@auth0/angular-jwt": "^5.2.0",
"@types/three": "^0.177.0",
"event-source-polyfill": "^1.0.31",
"ngx-cookie-service": "^20.0.1",
"rxjs": "~7.8.0",
"three": "^0.177.0",
@@ -34,6 +35,7 @@
"@angular/build": "20.2.2",
"@angular/cli": "20.2.2",
"@angular/compiler-cli": "20.2.2",
"@types/event-source-polyfill": "^1.0.5",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",