Reactive-Extensions / RxJS

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

flatMap "this" referring to MergeMapSubscriber #1548

Closed rorygilfillan closed 6 years ago

rorygilfillan commented 6 years ago

this.payexMasterService.queryOk().flatMap( (res: ResponseWrapper) => { this.templateData.dataSets[0].data[0] = res.json; return this.payexMasterService.queryError(); } ).subscribe(