Accepts an Array of ObservableInput or a dictionary Object of ObservableInput and returns an Observable that emits either an array of values in the exact same order as the passed array, or a dictionary of values in the same shape as the passed dictionary.
发布评论
评论(1)
方法更改了方法,它现在接受
observableInput
的数组或observableInput
的字典对象。observableInput
- 可以转换为可观察到的有效类型。参见 rxjs.dev/api/index/function/forkjoin
Method signature changed, it now accepts an array of
ObservableInput
or a dictionaryObject
ofObservableInput
.ObservableInput
- Valid types that can be converted to observables.See rxjs.dev/api/index/function/forkJoin