想找出答案,我可以等待递归forkJoin中所有的http调用。如何等待forkJoin中的所有http调用并接收最终结果?But I need here the final result from the finished recursion编辑
我找到的解决方案是,收集递归中的所有可观测值,然后调用forkjoin
在等待另一个API调用完成时,我递归地使用外部API。http调用是使用import {HttpClient} from '@angular/common/http'进行的。我对这个框架很陌生,也许代码中做错了什么,但是工作流程如下所示:
第一个API调用由这个块执行。callCrawlInitializingAPi call executes, this block here must executed on