Intro to Angular 2 – Part 6 – ServiceWorkers

In the last installment we learned how to run JavaScripts over different threads by using WebWorkers. This time we’ll go a few steps further and learn how to use ServiceWorkers to achieve not only separation of code but also to build up client-side proxie…

Similar

Adopting Angular (2) Framework

As you may know, AngularJS framework is no longer supported. Creating new pages using that framework is discouraged. How can we handle existing pages, written with older framework? How can we handle new pages? (more…)

Read more »