versie 1.4.0 - the 'Me 'n U' update
This commit is contained in:
16
src/app/game-menu/game-menu.component.html
Normal file
16
src/app/game-menu/game-menu.component.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<app-menu></app-menu>
|
||||
<div class="container">
|
||||
<div *ngIf="tab == 1">
|
||||
<app-game></app-game>
|
||||
</div>
|
||||
<div *ngIf="tab == 2">
|
||||
<app-settings></app-settings>
|
||||
</div>
|
||||
<div class="tabs">
|
||||
<input type="radio" id="radio-1" name="tabs" checked="" (click)="setTab(1)">
|
||||
<label class="tab" for="radio-1">Spel</label>
|
||||
<input type="radio" id="radio-2" name="tabs" (click)="setTab(2)">
|
||||
<label class="tab" for="radio-2">Instellingen</label>
|
||||
<span class="glider"></span>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user