Observables

In this lesson, we'll learn about Observables in RxJS

We'll cover the following...

We’ll start from the basics and work our way up. We’ll be stepping away from our project for this example. Once we have a good understanding of RxJS, we’ll look at how this ties into our application.

Terminology

Half the battle of learning RxJS is understanding the terminology. The first term we’ll learn is observable. According to the dictionary, the word observe means to watch something. Therefore, we can conclude that an observable ...