Korneel

Results 1 issues of Korneel

With `ng serve` I get "No provider for SwPush" and "No provider for SwUpdate" because the ServiceWorkerModule is only registered in production environment: environment.production ? ServiceWorkerModule.register('/ngsw-worker.js') : [] Can SwPush...