Skip to content

Instantly share code, notes, and snippets.

@EduardoIbarra
Created February 8, 2018 00:02
Show Gist options
  • Save EduardoIbarra/1fc871583058af778d494ac2d1c5e495 to your computer and use it in GitHub Desktop.
Save EduardoIbarra/1fc871583058af778d494ac2d1c5e495 to your computer and use it in GitHub Desktop.
...
import { ServiceWorkerModule } from '@angular/service-worker';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
ServiceWorkerModule.register('/ngsw-worker.js', { enabled: environment.production })
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment