Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service-worker): introduce the @angular/service-worker package #19274

Merged
merged 1 commit into from Sep 28, 2017

Commits on Sep 28, 2017

  1. feat(service-worker): introduce the @angular/service-worker package

    This service worker is a conceptual derivative of the existing @angular/service-worker maintained at github.com/angular/mobile-toolkit, but has been rewritten to support use across a much wider variety of applications.
    
    Entrypoints include:
    
    @angular/service-worker: a library for use within Angular client apps to communicate with the service worker.
    @angular/service-worker/gen: a library for generating ngsw.json files from glob-based SW config files.
    @angular/service-worker/ngsw-worker.js: the bundled service worker script itself.
    @angular/service-worker/ngsw-cli.js: a CLI tool for generating ngsw.json files from glob-based SW config files.
    alxhub committed Sep 28, 2017
    Copy the full SHA
    2e70e77 View commit details
    Browse the repository at this point in the history