feat: Added a chatroom component, that is navigatable by the chatroom's ID
[demos/kafka/chat] / src / app / app.module.ts
index 2c193a9..b2b66d6 100644 (file)
@@ -7,12 +7,14 @@ import { AppRoutingModule } from './app-routing.module';
 import { AppComponent } from './app.component';
 import { ChatroomsComponent } from './chatrooms/chatrooms.component';
 import { UserComponent } from './user/user.component';
+import { ChatroomComponent } from './chatroom/chatroom.component';
 
 @NgModule({
   declarations: [
     AppComponent,
     ChatroomsComponent,
-    UserComponent
+    UserComponent,
+    ChatroomComponent
   ],
   imports: [
     BrowserModule,