Skip to content

Commit

Permalink
docs: link fix from google.developers to web.dev (#46768)
Browse files Browse the repository at this point in the history
PR Close #46768
  • Loading branch information
SoulsMark authored and thePunderWoman committed Jul 11, 2022
1 parent 4f2c87b commit e58207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/service-worker-intro.md
@@ -1,7 +1,7 @@
# Angular service worker introduction

Service workers augment the traditional web deployment model and empower applications to deliver a user experience with the reliability and performance on par with code that is written to run on your operating system and hardware.
Adding a service worker to an Angular application is one of the steps for turning an application into a [Progressive Web App](https://developers.google.com/web/progressive-web-apps) \(also known as a PWA\).
Adding a service worker to an Angular application is one of the steps for turning an application into a [Progressive Web App](https://web.dev/progressive-web-apps/) \(also known as a PWA\).

At its simplest, a service worker is a script that runs in the web browser and manages caching for an application.

Expand Down

0 comments on commit e58207e

Please sign in to comment.