Files
aspnet-core-signalr-angular/app/home/home.component.html
2016-09-30 12:22:16 +03:00

5 lines
136 B
HTML

<div class="row">
<div class="col-md-4" *ngFor="let match of matches">
<match [match]="match"></match>
</div>
</div>