feat: Added a chatroom component, that is navigatable by the chatroom's ID
[demos/kafka/chat] / src / app / app.component.html
index 0af4fab..2b60aa8 100644 (file)
@@ -1,2 +1,13 @@
-<h1>{{title}}</h1>
-<app-chatrooms></app-chatrooms>
+<!-- Static navbar -->
+<nav class="navbar navbar-primary navbar-static-top">
+  <div class="container">
+    <div class="navbar-header">
+      <a class="navbar-brand" href="#">{{title}}</a>
+    </div>
+  </div>
+</nav>
+
+
+<div class="container">
+  <router-outlet></router-outlet>
+</div> <!-- /container -->