javascript - How to chain dispatch in ngrx? -


eg

 this.store.dispatch(this.nowchannellistactions.togglechannel(channel));  this.store.dispatch(this.playersearchactions.searchcurrentquery());     

in above code want second dispatch start after completetion of reducers , effects of first. dispatch being asynchronus , yet not returning , not proving callback either, can't figure out how that.


Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -