Operators conversion
In Rxjs4 there existed a bunch of operators with resembling names such as , from()
, etc. All these from()
operators are now just . Let’s look at some examples:
old fromPromise
There also exist a bunch of operators that allows you go the other way, i.e leave the wonderful world of observables and go back to a more primitive state like :