首页 > 其他分享 >'forkJoin' is deprecated

'forkJoin' is deprecated

时间:2022-11-22 14:37:36浏览次数:36  
标签:map deprecated getCourseList orderService res forkJoin

   参考连接:https://stackoverflow.com/questions/52486786/forkjoin-is-deprecated-resultselector-is-deprecated-pipe-to-map-instead forkJoin([           this.orderService.getCourseList(), this.orderService.getRoomList(), this.orderService.getExamConfigList()       ]).subscribe((res: any) => {         if (res.length > 0) {                     });       // forkJoin([this.orderService.getCourseList(), this.orderService.getRoomList(), this.orderService.getExamConfigList()]).pipe(       //   map(x => resultSelector(...x))       // )

标签:map,deprecated,getCourseList,orderService,res,forkJoin
From: https://www.cnblogs.com/gaosj20210301/p/16915014.html

相关文章