Observables and RxJS
Let's learn about Observables and RxJS in this chapter.
We'll cover the following...
Chapter learning outcomes
Now that we know what services are and how to create them, we are going to move on to looking at Observables. We are going to learn what an Observable is, what role it provides, and what makes an Observable object. Once we have discussed the theory of Observables, we will move on to looking at the RxJs library that has been added to Angular. We will look at what RxJs is and what role it provides ...