Jul 27, 2017 · 1 min read
That’s a great detailed answer! Thanks a lot! I think this information should be included into the article. Now clarifications :).
Is my understanding correct that rxjs/observable contains static operators that can be used without Observable. class reference — of(1,2)?
And rxjs/operator contains instance operators that should be used with a call the way Angular does in the sources — map.call(observable, ...) ?
If you would recommend one in-depth resource to spend time reading/listening/watching regarding observables, what would that be? I would also very much like to read an article on schedulers from you! :)
Thanks in advance!
