From 82abbecddf89620e8a01cddd894191d92f1a86f0 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 20 Aug 2019 11:59:42 -0700 Subject: [PATCH] docs: add links to web.dev sw articles (#32221) resolves issue 32218 PR Close #32221 --- aio/content/guide/service-worker-intro.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/service-worker-intro.md b/aio/content/guide/service-worker-intro.md index 297bd92091..da00553902 100644 --- a/aio/content/guide/service-worker-intro.md +++ b/aio/content/guide/service-worker-intro.md @@ -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