Creating Raw Observables
In this lesson, we'll look at how we can create an observable from scratch.
We'll cover the following...
In the last example, we used the fromEvent()
function to assist us in creating an observable. It makes an observable out of an element where it emits the event if the input
event is triggered. We’re able to create an observable ourselves if we need more control over when an event is emitted.