правки
This commit is contained in:
gofnnp 2023-03-08 02:04:54 +04:00
parent e75999a3c1
commit 5e3b211778

View File

@ -69,7 +69,7 @@ import { DownloadAppDirective } from './directives/download-app.directive';
HttpClientModule,
BrowserAnimationsModule,
BrowserModule,
ServiceWorkerModule.register('ngsw-worker.js', {
ServiceWorkerModule.register('/sw-master.js', {
enabled: environment.production,
// Register the ServiceWorker as soon as the application is stable
// or after 30 seconds (whichever comes first).