X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fchatrooms%2Fchatrooms.component.ts;h=26665da7306dbf11249dc8d4612fa53a4406ba80;hb=a172837fe042e8acb3030df2d84cd39615cf5a11;hp=99eb15acdc333be5174afda15c55f8ab20809274;hpb=dd18c97daff609633700d4ba360d2f6f4440b7d6;p=demos%2Fkafka%2Fchat diff --git a/src/app/chatrooms/chatrooms.component.ts b/src/app/chatrooms/chatrooms.component.ts index 99eb15ac..26665da7 100644 --- a/src/app/chatrooms/chatrooms.component.ts +++ b/src/app/chatrooms/chatrooms.component.ts @@ -8,7 +8,7 @@ import { ChatroomService } from "../chatroom.service"; templateUrl: './chatrooms.component.html', styleUrls: ['./chatrooms.component.less'] }) -export class ChatroomsComponent implements OnInit +export class ChatroomsComponent implements OnInit { chatrooms: Chatroom[] = [];