Reactive-Extensions / rx.angular.js

AngularJS Bindings for RxJS
Other
827 stars 89 forks source link

ForkJoin not available #153

Open stephengardner opened 7 years ago

stephengardner commented 7 years ago

As the title states, forkJoin isn't working when passed an rx.Observable.create observable. Even if that observable immediately calls .next

paulpdaniels commented 7 years ago

Which version of RxJS are you using?