items.length > 0
? of([])
: concat(
...items.map((item) =>
of(null).pipe(
delay(1000),
mergeMap(() => httpget())
)
)
).pipe(toArray());
спасибо, получилось)
Обсуждают сегодня