如何将参数传递给订阅功能?

时间:2018-05-17 05:19:22

标签: angular firebase rxjs

有一个for循环遍历数组,然后调用firestore获取文档操作。我想将i的值传递给订阅函数。我该怎么做?

anotherRandomWord

1 个答案:

答案 0 :(得分:0)

而不是Observable.create()使用new Subject()new BehaviorSubject(initialValue)

然后你可以something$.next(nextValue)