mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
8 lines
219 B
HTML
8 lines
219 B
HTML
<div class="row">
|
|
<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> |