added chat table - initial

This commit is contained in:
chsakell
2016-10-03 15:26:25 +03:00
parent 4dc031cf8b
commit df79d53626
4 changed files with 59 additions and 0 deletions

View File

@@ -2,4 +2,7 @@
<div class="col-md-4" *ngFor="let match of matches">
<match [match]="match"></match>
</div>
<div class="col-md-4">
<chat [matches]="matches"></chat>
</div>
</div>