Dynamic counterpart to switchMap(() => combineLatest(...)) for arrays,
with stable branches by index.
Each array index gets its own long-lived branch (of(value).pipe(...)
equivalent), and branches are only created/removed when indices are
added/removed.
Dynamic counterpart to
switchMap(() => combineLatest(...))for arrays, with stable branches by index.Each array index gets its own long-lived branch (
of(value).pipe(...)equivalent), and branches are only created/removed when indices are added/removed.