feat: started working on PWA app
This commit is contained in:
7
apps/NwaifuAnime/src/app/app.component.html
Normal file
7
apps/NwaifuAnime/src/app/app.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user