feat: Added a chatroom component, that is navigatable by the chatroom's ID
[demos/kafka/chat] / src / app / user / user.component.ts
2022-12-25 Kai Moritzfeat: A Username must not be empty
2022-12-25 Kai Moritzfeat: Added validation for the "Pick Name"-form
2022-12-25 Kai Moritzfeat: Added a user-service, that asserts, that a user...