相关疑难解决方法(0)

是什么触发了CombineLatest?

我有一些可观察的东西。而且我需要知道哪个触发了订阅。

Observable.combineLatest(
      this.tournamentsService.getUpcoming(),
      this.favoriteService.getFavoriteTournaments(),
      this.teamsService.getTeamRanking(),
(tournament, favorite, team) => {
//what triggered combinelatest to run?
}).subscribe()
Run Code Online (Sandbox Code Playgroud)

observable rxjs combinelatest

6
推荐指数
4
解决办法
1247
查看次数

标签 统计

combinelatest ×1

observable ×1

rxjs ×1