From 3a4839c97ef0168160d41659791d4089590ebe12 Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Mon, 26 Aug 2019 12:14:15 -0700 Subject: [PATCH] docs: reference articles specifically (#32221) PR Close #32221 --- aio/content/guide/service-worker-intro.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/aio/content/guide/service-worker-intro.md b/aio/content/guide/service-worker-intro.md index da00553902..5d328c33b3 100644 --- a/aio/content/guide/service-worker-intro.md +++ b/aio/content/guide/service-worker-intro.md @@ -62,12 +62,18 @@ To learn more about other browsers that are service worker ready, see the [Can I ## Related resources +The rest of the articles in this section specifically address the Angular implementation of service workers. + +* [App Shell](guide/app-shell) +* [Service Worker Communication](guide/service-worker-communications) +* [Service Worker in Production](guide/service-worker-devops) +* [Service Worker Configuration](guide/service-worker-config) + For more information about service workers in general, see [Service Workers: an Introduction](https://developers.google.com/web/fundamentals/primers/service-workers/). 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 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/)