change launch button
This commit is contained in:
parent
c9852d2dc6
commit
1e84726bc5
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user