change launch button

This commit is contained in:
cyber-dream 2022-10-18 17:58:23 +03:00
parent c9852d2dc6
commit 1e84726bc5

View File

@ -1,20 +1,13 @@
<h1>{{game.title}}</h1> <h1>{{game.title}}</h1>
<p>{{game.description}}</p> <p>{{game.description}}</p>
<ng-template #icon>
<tui-avatar
size="xs"
[rounded]="true"
[avatarUrl]="'http://jpg.jpg'"
></tui-avatar>
</ng-template>
<button <button
tuiButton tuiButton
type="button" type="button"
appearance="primary" appearance="primary"
[icon]="icon"
class="tui-space_right-3 tui-space_bottom-3" class="tui-space_right-3 tui-space_bottom-3"
(click)= "runGame()" (click)= "runGame()"
> >
Launch
<ng-content></ng-content> <ng-content></ng-content>
</button> </button>