feat: Added a chatroom component, that is navigatable by the chatroom's ID
[demos/kafka/chat] / src / app / app.component.ts
index 9a05a56..283aedc 100644 (file)
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
   styleUrls: ['./app.component.less']
 })
 export class AppComponent {
-  title = 'chatroom-frontend';
+  title = 'Chatroom';
 }