feat: Added a chatroom component, that is navigatable by the chatroom's ID
authorKai Moritz <kai@juplo.de>
Sun, 25 Dec 2022 22:03:47 +0000 (23:03 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 25 Dec 2022 22:33:20 +0000 (23:33 +0100)
commita172837fe042e8acb3030df2d84cd39615cf5a11
treeb51a703161cad8d94dfe8cd1ce11bc1426f8381d
parentdd18c97daff609633700d4ba360d2f6f4440b7d6
feat: Added a chatroom component, that is navigatable by the chatroom's ID
src/app/app-routing.module.ts
src/app/app.module.ts
src/app/chatroom.service.ts
src/app/chatroom/chatroom.component.html [new file with mode: 0644]
src/app/chatroom/chatroom.component.less [new file with mode: 0644]
src/app/chatroom/chatroom.component.spec.ts [new file with mode: 0644]
src/app/chatroom/chatroom.component.ts [new file with mode: 0644]
src/app/chatrooms/chatrooms.component.html
src/app/chatrooms/chatrooms.component.ts