5 lines
233 B
HTML
Raw Normal View History

2022-10-16 21:52:56 +03:00
<!-- <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>