Tom
Member since Aug 21, 2017
- Profile: /members/13610-tom.htm
- Comments: 1
Recent Blog Comments By Tom
-
Experimenting With The .catch() Operator And Stream Continuation In RxJS And Angular 2
Posted on Aug 21, 2017 at 4:01 PM
So This is a pretty cool post, but if you're worried about interrupting the primary stream there's a much easier way to handle these scenarios. You can literally just do ... all the code you had above ... .flatMap( (value) => this.sendToServer(value).catch( (error) => { console.log( {Er... read more »