parent
d07760f5e3
commit
1ce46b56f8
|
@ -1,4 +1,4 @@
|
||||||
# Service Worker Communication
|
# Service worker communication
|
||||||
|
|
||||||
Importing `ServiceWorkerModule` into your `AppModule` doesn't just register the service worker, it also provides a few services you can use to interact with the service worker and control the caching of your app.
|
Importing `ServiceWorkerModule` into your `AppModule` doesn't just register the service worker, it also provides a few services you can use to interact with the service worker and control the caching of your app.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{@a glob}
|
{@a glob}
|
||||||
|
|
||||||
# Service Worker Configuration
|
# Service worker configuration
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Service Worker in Production
|
# Service worker in production
|
||||||
|
|
||||||
This page is a reference for deploying and supporting production apps that use the Angular service worker. It explains how the Angular service worker fits into the larger production environment, the service worker's behavior under various conditions, and available recourses and fail-safes.
|
This page is a reference for deploying and supporting production apps that use the Angular service worker. It explains how the Angular service worker fits into the larger production environment, the service worker's behavior under various conditions, and available recourses and fail-safes.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Getting Started with Service Workers
|
# Getting started with service workers
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Angular Service Worker Introduction
|
# 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 natively-installed code.
|
Service workers augment the traditional web deployment model and empower applications to deliver a user experience with the reliability and performance on par with natively-installed code.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue