April 2018
Intermediate
110 pages
2h 12m
English
Angular comes with support for service workers. In order to use it, we first need to install the dependencies.
npm command:npm install @angular/service-worker
dependencies object in our project's package.json file:
In this section, we have installed the dependencies for our service worker, which is the first step in implementing service workers in our app. Let's move on to the next section, where we will enable the service worker in our application.