Compare commits
No commits in common. "b3293a8333301bfe29491d4961554e2d9379556e" and "ac3dea3cb0b14ce72fff7840069e6dac4770273a" have entirely different histories.
b3293a8333
...
ac3dea3cb0
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
<div class="container mx-auto px-4 py-6">
|
<div class="container mx-auto px-4 py-6">
|
||||||
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1>
|
<h1 class="text-3xl font-bold text-white mb-6">Lootboxen</h1>
|
||||||
|
|
||||||
|
<div style="color: lime">
|
||||||
|
isLoading: {{ isLoading }} | error: {{ error }} | lootboxes: {{ lootboxes.length }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div *ngIf="isLoading" class="flex justify-center">
|
<div *ngIf="isLoading" class="flex justify-center">
|
||||||
<div class="loader"></div>
|
<div class="loader"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue