Nested RxJS subscriptions - what is the right way to achieve this?

后端 未结 0 504
天命终不由人
天命终不由人 2021-02-01 15:08

This is what I want to achieve:

this.actions$.pipe(
    ofActionDispatched(SomeAction, takeUntil(this.onDestroy$)).subscrib         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题