Author name: Christian

Hi there! I'm Christian, a freelance software developer helping people with Angular development. If you like my posts, make sure to follow me on Twitter.

Error, loading, content…? Use this page pattern for your Angular apps

When developing Angular applications, it’s common for pages to transition through three key states: error, loading, and show content. Every time you fetch data from an API, your page will likely show a loading indicator first, and then either render the content successfully or display an error message if something goes wrong. This pattern is …

Error, loading, content…? Use this page pattern for your Angular apps Read More »

Angular PWA & Service Workers (install app, push notifications, offline cache and updates)

In this video, I will teach you about service workers and progressive web apps (PWA) with Angular. We will cover what a PWA is, how to set up an Angular PWA, and examples of applications built with Angular PWA. I will also show you how to install the app, set up push notifications and updates, …

Angular PWA & Service Workers (install app, push notifications, offline cache and updates) Read More »