Reactive-Extensions / RxJS

The Reactive Extensions for JavaScript
http://reactivex.io
Other
19.49k stars 2.1k forks source link

documentation missing for Observable#subscribe() #1543

Closed activedecay closed 6 years ago

activedecay commented 6 years ago

Looking on this page, for the Observable object, there is no documentation for the subscribe() method

Dorus commented 6 years ago

Since that is the RxJs 5 doc site, you might want to go to the RxJs 5 repository: https://github.com/ReactiveX/rxjs

activedecay commented 6 years ago

Oops! Thank you