docs: add links to web.dev sw articles (#32221)

resolves issue 32218

PR Close #32221
This commit is contained in:
Judy Bogart 2019-08-20 11:59:42 -07:00 committed by atscott
parent e63a7b0532
commit 82abbecddf
1 changed files with 5 additions and 1 deletions

View File

@ -67,7 +67,11 @@ For more information about service workers in general, see [Service Workers: an
For more information about browser support, see the [browser support](https://developers.google.com/web/fundamentals/primers/service-workers/#browser_support) section of [Service Workers: an Introduction](https://developers.google.com/web/fundamentals/primers/service-workers/), Jake Archibald's [Is Serviceworker ready?](https://jakearchibald.github.io/isserviceworkerready/), and
[Can I Use](http://caniuse.com/#feat=serviceworkers).
The remainder of this Angular documentation specifically addresses the Angular implementation of service workers.
The remainder of this guide specifically addresses the Angular implementation of service workers.
For additional recommendations and examples, see:
* [Precaching with Angular Service Worker](https://web.dev/precaching-with-the-angular-service-worker/)
* [Creating a PWA with Angular CLI](https://web.dev/creating-pwa-with-angular-cli/)
## Next steps