Возврат данных подписки в рамках другой подписки
#javascript #typescript #rxjs #observable #rxjs-observables Вопрос: this.subscription1$ .pipe( takeUntil(this.ngUnsubscribe), map((data1) =gt; { return data1.map((data2, index) =gt; { // we should return here the value, not the subscription return this.subscription2(index 1).pipe(…