RxJS Conditionally subscribe to nested observable

后端 未结 0 689
盖世英雄少女心
盖世英雄少女心 2021-01-19 12:32

Is there a RxJS operator for the scenario below?

obs1.pipe(
   // if (condition is met based on the result of obs1)
   // subscribe to another observable [obs         


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