In the previous chapter, we implemented Angular Service Worker and saw that Angular CLI helped us to run PWA out of the box with minimal effort. Basic configuration is the beginning of our journey to create a PWA with Angular. It is obvious that an application will require advanced techniques and strategies as it grows. Hence, Angular Service Worker is providing more features to handle variant situations.
In this chapter, I will expand configurations to an advanced level in order to make a fully offline application. However, we start off by learning complex cache ...