Observers
Learn how to manipulate the data with pipes and operators.
We'll cover the following...
We have an observable, but we’re not doing anything with it. Observables can emit values. If we want to listen for when a value is emitted, we need to create an observer.
Observers are the technical term for an object that listens to values delivered by the ...