feat: The available chatrooms are fetched and displayed in a component
authorKai Moritz <kai@juplo.de>
Sun, 25 Dec 2022 01:21:49 +0000 (02:21 +0100)
committerKai Moritz <kai@juplo.de>
Sun, 25 Dec 2022 02:13:41 +0000 (03:13 +0100)
commit53ae6990eb208b7631e46d95a4a65215e1b1b5ac
tree720035bae37225348767e85775f6756fd993530c
parentdae8de533dba9c6148221c1ada1e33dab76751ba
feat: The available chatrooms are fetched and displayed in a component
src/app/app.component.html
src/app/app.module.ts
src/app/chatroom.service.spec.ts [new file with mode: 0644]
src/app/chatroom.service.ts [new file with mode: 0644]
src/app/chatroom.ts [new file with mode: 0644]
src/app/chatrooms/chatrooms.component.html [new file with mode: 0644]
src/app/chatrooms/chatrooms.component.less [new file with mode: 0644]
src/app/chatrooms/chatrooms.component.spec.ts [new file with mode: 0644]
src/app/chatrooms/chatrooms.component.ts [new file with mode: 0644]