diff --git a/app/app.module.ts b/app/app.module.ts index 536e7f7..453748d 100644 --- a/app/app.module.ts +++ b/app/app.module.ts @@ -9,6 +9,7 @@ import { DataService } from './shared/services/data.service'; import { HomeComponent } from './home/home.component'; import { HighlightDirective } from './shared/directives/highlight.directive'; import { MatchComponent } from './shared/components/match.component'; +import { ChatComponent } from './shared/components/chat.component'; import { routing } from './app.routes'; @NgModule({ @@ -20,6 +21,7 @@ import { routing } from './app.routes'; ], declarations: [ AppComponent, + ChatComponent, HomeComponent, HighlightDirective, MatchComponent diff --git a/app/home/home.component.html b/app/home/home.component.html index b0ba090..909b52a 100644 --- a/app/home/home.component.html +++ b/app/home/home.component.html @@ -2,4 +2,7 @@
| ID | +Match | +
|---|---|
| {{match.Id}} | +{{match.Host}} vs {{match.Guest}} | +