7 lines
317 B
HTML
7 lines
317 B
HTML
<div class="button-row">
|
|
<!--pick a year-->
|
|
<button mat-raised-button (click)="openDialog()">{{currentChampionship()}}</button>
|
|
<button mat-raised-button color="primary" *ngFor="let tier of tiers" routerLink="/championship/20/tier/{{tier}}">Tier {{tier}}</button>
|
|
<a mat-button routerLink=".">Link</a>
|
|
</div>
|