Is there a lettable operator for Observable.create()
imported from rxjs/Observable
?
I already replaced the Observable.of()
also imported from rxjs/Observable
by the lettable operator of()
imported from rxjs/observable/of
.
But I could not find a lettable operator for the first issue, anyone who could help?
EDIT: Not a duplicate, this question is about using Observable.create() as a lettable operator, and not about importing and using lettable static operators as Observable.of()