feat: Added a chatroom component, that is navigatable by the chatroom's ID
[demos/kafka/chat] / src / app / chatroom / chatroom.component.html
1 <div class="panel panel-primary">
2   <div class="panel-heading">
3     <h3 class="panel-title">{{chatroom.name}}</h3>
4   </div>
5   <div class="panel-body">
6   </div>
7 </div>