Discover high-quality Angular code & resources to level up your development skills. Visit my store!

Blog posts with category RxJS

Cover Image for I refactored my Angular and Firebase Sign up App from RxJS to Promises!

I refactored my Angular and Firebase Sign up App from RxJS to Promises!

2023-08-24
6 min read

Refactoring Angular Code: From Observables to Promises

Cover Image for How to add loading spinner in Angular with RxJS

How to add loading spinner in Angular with RxJS

2021-11-25
11 min read

In this article, we'll learn how to add a simple loading spinner in Angular using RxJS and then use an HttpInterceptor to automatically show a loader on all network calls in our Angular app.

Cover Image for RxJS in Angular: Creating a Weather App

RxJS in Angular: Creating a Weather App

2020-07-09
13 min read

RxJS in Angular can seem a bit difficult at first. But once you learn to leverage its power, it makes your code cleaner and more readable!

Back to the blog