Posted On: Feb 22, 2018
Service Worker is a script that runs in the web browser to manage the message caching for an application. It empowers the application to deliver user experience with reliability and performance that is on par with the natively-installed applications. It is one of the steps that turn an application into Progressive Web Applications. It also works as a network proxy. It intercepts all the outgoing HTTP requests by the application and chooses how to respond to them.
Never Miss an Articles from us.
Latest Key features of Angular 6Added support for creating Custom Elements based on Angular Components. Animations: ex..
Ivy Renderer is the next generation renderer to serve the purpose of enhanced performance. The Ivy renderer decreases the bundle size and the loading time which improves the performance and moreover, ...
Bazel is a built tool introduced with the Angular 6 that is used extensively by Google. It is mainly used to optimize the angular compilation and improves the building and test on Angular apps. The C...