RxJS Create two observables from one obseravable
I have this:
Get Observable value even if never emit
I would like to have the value of an observable at given instant, even if this one didn’t had any value, getting undefined/error is acceptable. But my code is currently waiting the observable to emit a value (logic !)