mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-10 11:31:30 +01:00
6 lines
146 B
HTML
6 lines
146 B
HTML
<h2>Games</h2>
|
|
<a *ngFor="let game of games | keyvalue" [routerLink]="['/games', game.value.name]" >
|
|
<div>
|
|
{{game.value.name}}
|
|
</div>
|
|
</a>
|