feat: tailwind and header
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
@if (hasUpdate) {
|
||||
<h1>Update available</h1>
|
||||
<button (click)="update()">Update</button>
|
||||
} @else {
|
||||
<h1>Update not available</h1>
|
||||
@if (serviceWorkerEnabled) {
|
||||
@if (hasUpdate) {
|
||||
<h1>Update available</h1>
|
||||
<button (click)="update()">Update</button>
|
||||
} @else {
|
||||
<h1>Update not available</h1>
|
||||
}
|
||||
}
|
||||
<app-nx-welcome></app-nx-welcome> <router-outlet></router-outlet>
|
||||
<app-header></app-header>
|
||||
<div class="h-10"></div>
|
||||
<router-outlet></router-outlet>
|
||||
|
||||
Reference in New Issue
Block a user