Angular PWA Demo

At this point, you have all the knowledge needed to analyze and understand an entire PWA project implemented with Angular. Let's run it!

We'll cover the following...

Demo code

The widget below contains all the code portions needed for building an Angular PWA.

This simple demo covers all the important topics we studied in the previous lessons:

  • Offering a responsive layout: The cards are side by side on large screens but on top of each other on mobile devices.

  • Caching static assets: .js, .html, icons

  • Caching GET ...