skirda-go-launcher-interface/.obsolete/games-bar/games-bar.component.html

5 lines
233 B
HTML

<!-- <app-game-button *ngFor="let item of games" (click)="removePlayerZero(item)"> -->
<app-game-button *ngFor="let item of games">
name: {{item.name}}
<div *ngFor="let player of item.icon">{{player}}</div>
</app-game-button>