feat(service-worker): introduce the @angular/service-worker package#19274
feat(service-worker): introduce the @angular/service-worker package#19274vicb merged 1 commit intoangular:masterfrom
Conversation
|
You can preview d243f79 at https://pr19274-d243f79.ngbuilds.io/. |
d243f79 to
8895fa3
Compare
|
You can preview 8895fa3 at https://pr19274-8895fa3.ngbuilds.io/. |
8895fa3 to
6a75ff4
Compare
|
You can preview 6a75ff4 at https://pr19274-6a75ff4.ngbuilds.io/. |
6a75ff4 to
d48a1d6
Compare
|
You can preview d48a1d6 at https://pr19274-d48a1d6.ngbuilds.io/. |
b07d702 to
5316479
Compare
|
You can preview b07d702 at https://pr19274-b07d702.ngbuilds.io/. |
|
You can preview 5316479 at https://pr19274-5316479.ngbuilds.io/. |
5316479 to
453bd2a
Compare
|
You can preview 453bd2a at https://pr19274-453bd2a.ngbuilds.io/. |
453bd2a to
c22cd1d
Compare
|
You can preview c22cd1d at https://pr19274-c22cd1d.ngbuilds.io/. |
e344b98 to
b64dc8b
Compare
|
You can preview b64dc8b at https://pr19274-b64dc8b.ngbuilds.io/. |
b64dc8b to
5e13eb2
Compare
|
You can preview 5e13eb2 at https://pr19274-5e13eb2.ngbuilds.io/. |
5e13eb2 to
65684b8
Compare
|
You can preview 65684b8 at https://pr19274-65684b8.ngbuilds.io/. |
65684b8 to
9d6b0ea
Compare
|
You can preview 9d6b0ea at https://pr19274-9d6b0ea.ngbuilds.io/. |
6d4fecc to
8768567
Compare
|
You can preview 6d4fecc at https://pr19274-6d4fecc.ngbuilds.io/. |
402f6a3 to
7806264
Compare
|
You can preview 7806264 at https://pr19274-7806264.ngbuilds.io/. |
7806264 to
68e11a2
Compare
|
You can preview 68e11a2 at https://pr19274-68e11a2.ngbuilds.io/. |
68e11a2 to
bda0cf5
Compare
|
You can preview bda0cf5 at https://pr19274-bda0cf5.ngbuilds.io/. |
bda0cf5 to
bd4a36b
Compare
|
You can preview bd4a36b at https://pr19274-bd4a36b.ngbuilds.io/. |
e75303e to
9e8ab68
Compare
|
You can preview 9e8ab68 at https://pr19274-9e8ab68.ngbuilds.io/. |
9e8ab68 to
ae1cebf
Compare
|
You can preview ae1cebf at https://pr19274-ae1cebf.ngbuilds.io/. |
ae1cebf to
632a4c4
Compare
|
You can preview 632a4c4 at https://pr19274-632a4c4.ngbuilds.io/. |
There was a problem hiding this comment.
we should not be using these because they could affect other tests
632a4c4 to
6df0930
Compare
|
You can preview 6df0930 at https://pr19274-6df0930.ngbuilds.io/. |
This service worker is a conceptual derivative of the existing @angular/service-worker maintained at github.com/angular/mobile-toolkit, but has been rewritten to support use across a much wider variety of applications. Entrypoints include: @angular/service-worker: a library for use within Angular client apps to communicate with the service worker. @angular/service-worker/gen: a library for generating ngsw.json files from glob-based SW config files. @angular/service-worker/ngsw-worker.js: the bundled service worker script itself. @angular/service-worker/ngsw-cli.js: a CLI tool for generating ngsw.json files from glob-based SW config files.
6df0930 to
2e70e77
Compare
|
Hi @alxhub, is there any documentation anywhere that explains how to upgrade the older beta service-worker package to the newer 5.0.0+ version? |
|
@alxhub We need more info on this. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Status
This is an in-progress PR, made to facilitate review of the rather large merge to angular/angular.
Remaining tasks before this PR should be merged:
Remaining tasks that could wait until future PRs, in no particular order:
refreshAheadbehavior for data cachingoptimizeForbehaviorPR Description
This service worker is a conceptual derivative of the existing @angular/service-worker maintained at github.com/angular/mobile-toolkit, but has been rewritten to support use across a much wider variety of applications.
Entrypoints include:
@angular/service-worker: a library for use within Angular client apps to communicate with the service worker.
@angular/service-worker/gen: a library for generating ngsw.json files from glob-based SW config files.
@angular/service-worker/ngsw-worker.js: the bundled service worker script itself.
@angular/service-worker/ngsw-cli.js: a CLI tool for generating ngsw.json files from glob-based SW config files.