mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
5 lines
136 B
HTML
5 lines
136 B
HTML
<div class="row">
|
|
<div class="col-md-4" *ngFor="let match of matches">
|
|
<match [match]="match"></match>
|
|
</div>
|
|
</div> |