Merge pull request #4458 from tsiegleauq/foce-service-worker
Add Service Work(e|a)r(round)
This commit is contained in:
commit
118b853a91
@ -10,4 +10,9 @@ if (environment.production) {
|
|||||||
|
|
||||||
platformBrowserDynamic()
|
platformBrowserDynamic()
|
||||||
.bootstrapModule(AppModule)
|
.bootstrapModule(AppModule)
|
||||||
|
.then(() => {
|
||||||
|
if ('serviceWorker' in navigator && environment.production) {
|
||||||
|
navigator.serviceWorker.register('ngsw-worker.js');
|
||||||
|
}
|
||||||
|
})
|
||||||
.catch(err => console.log(err));
|
.catch(err => console.log(err));
|
||||||
|
Loading…
Reference in New Issue
Block a user