Skip to content

Instantly share code, notes, and snippets.

@robwormald
Last active February 10, 2017 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwormald/a7753d7a6a8c44254387a78fd976bf75 to your computer and use it in GitHub Desktop.
Save robwormald/a7753d7a6a8c44254387a78fd976bf75 to your computer and use it in GitHub Desktop.
  • install CLI npm install -g @angular/cli
  • create a new app ng new sw-demo-app && cd sw-demo-app
  • install service worker npm install @angular/service-worker --save
  • enable service worker ng set apps.0.serviceWorker=true
  • build with AoT compilation + optimizations ng build --aot --prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment