It turns out the answer is quite simple:
the operator is called mergeMap in this version of rxjs
EDIT:
Furthermore, you might have to use import 'rxjs/add/operator/mergeMap'.
It turns out the answer is quite simple:
the operator is called mergeMap in this version of rxjs
EDIT:
Furthermore, you might have to use import 'rxjs/add/operator/mergeMap'.