Progressive Web Applications help us build native-like web apps, thanks to amazing tools such as Service Workers, IndexDB, App Shell etc. Once the browser downloads all the static assets required by our app, the active Service Worker can cache all of them locally.
Source: Building an Angular 2 Application for Production – Minko Gechev’s blog
The post Building an Angular 2 Application for Production – Minko Gechev’s blog appeared first on angular.org.il.