Closed
Description
RxJS4's forkJoin
accepts promise as well as observables
args (Arguments | Array): An array or arguments of Observable sequences or Promises to collect the last elements for.
while current implementation does not. Is this intended design to drop promise? If promise can be accepted, PR #506 might need to be updated to include it as well as updating implementation.