Skip to content

Commit

Permalink
docs(aio): edit app.module
Browse files Browse the repository at this point in the history
  • Loading branch information
kapunahelewong committed Dec 1, 2017
1 parent 6d1d3be commit 5e207d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { PromptUpdateService } from './prompt-update.service';
],
imports: [
BrowserModule,
environment.production ? ServiceWorkerModule.register('/ngsw-worker.js') : []
ServiceWorkerModule.register('/ngsw-worker.js')
],
providers: [
CheckForUpdateService,
Expand Down

0 comments on commit 5e207d0

Please sign in to comment.