Files
aspnet-core-signalr-angular/app/home/home.component.html
2016-10-05 12:54:45 +03:00

8 lines
297 B
HTML

<div class="row">
<div class="col-md-4" *ngFor="let match of matches">
<match [match]="match" (updateSubscription)="updateSubscription($event)"></match>
</div>
<div class="col-md-4">
<chat [matches]="matches" [connection]="connectionId"></chat>
</div>
</div>