How to use two concatMap?

后端 未结 0 1565
我寻月下人不归
我寻月下人不归 2020-12-18 17:29

I have the following code:

event.afterClosed()
  .pipe((filter(Boolean), 
         concatMap(() => this.applicationSubjectsService.get(this.id),
         c         


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