concatMap in RxJS — a practical guide to RxJS concatMap with clear examples you can reuse in real projects.
Angular Tutorial Series (65/119). Prefer one article? Read the complete Angular tutorial.
Short description
Useful when order matters (sequential writes).
concatMap tip
Sequential inner subscriptions
Preserves order
Slower than mergeMap by design