Running Prettier in Project
This commit is contained in:
@@ -3,19 +3,15 @@ import { CommonModule } from '@angular/common';
|
||||
import { environment } from 'src/environments/environment';
|
||||
import { ServiceWorkerModule } from '@angular/service-worker';
|
||||
|
||||
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [
|
||||
CommonModule,
|
||||
ServiceWorkerModule.register('ngsw-worker.js', {
|
||||
enabled: environment.production,
|
||||
registrationStrategy: 'registerWhenStable:30000'
|
||||
})
|
||||
registrationStrategy: 'registerWhenStable:30000',
|
||||
}),
|
||||
],
|
||||
exports: [
|
||||
ServiceWorkerModule
|
||||
]
|
||||
exports: [ServiceWorkerModule],
|
||||
})
|
||||
export class AppServiceWorkerModule { }
|
||||
export class AppServiceWorkerModule {}
|
||||
|
||||
Reference in New Issue
Block a user