change launch button
This commit is contained in:
parent
c9852d2dc6
commit
1e84726bc5
@ -1,20 +1,13 @@
|
||||
<h1>{{game.title}}</h1>
|
||||
<p>{{game.description}}</p>
|
||||
<ng-template #icon>
|
||||
<tui-avatar
|
||||
size="xs"
|
||||
[rounded]="true"
|
||||
[avatarUrl]="'http://jpg.jpg'"
|
||||
></tui-avatar>
|
||||
</ng-template>
|
||||
|
||||
<button
|
||||
tuiButton
|
||||
type="button"
|
||||
appearance="primary"
|
||||
[icon]="icon"
|
||||
class="tui-space_right-3 tui-space_bottom-3"
|
||||
(click)= "runGame()"
|
||||
>
|
||||
Launch
|
||||
<ng-content></ng-content>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user