diff --git a/Frontend/src/main.ts b/Frontend/src/main.ts index db4889f..d1b0f91 100644 --- a/Frontend/src/main.ts +++ b/Frontend/src/main.ts @@ -41,10 +41,12 @@ bootstrapApplication(AppComponent, { }, provideAnimations(), provideHttpClient(withInterceptorsFromDi()), + /* provideServiceWorker('ngsw-worker.js', { enabled: !isDevMode(), registrationStrategy: 'registerWhenStable:30000' }) + */ ] }) .catch(err => console.error(err)); diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json index cf61615..67d1496 100644 --- a/Frontend/tsconfig.json +++ b/Frontend/tsconfig.json @@ -1,4 +1,3 @@ -/* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": {