PWA final fix

This commit is contained in:
2023-06-24 15:35:11 +02:00
parent b858dd3e02
commit 324084fb1f
5 changed files with 31 additions and 55 deletions

View File

@@ -41,12 +41,10 @@ bootstrapApplication(AppComponent, {
},
provideAnimations(),
provideHttpClient(withInterceptorsFromDi()),
/*
provideServiceWorker('ngsw-worker.js', {
enabled: !isDevMode(),
registrationStrategy: 'registerWhenStable:30000'
})
*/
]
})
.catch(err => console.error(err));