Sequential Call Best Practice

Hi guys,
I need to implement 2 sequential call:

  1. async GET call 1 return MyObject
  2. async POST call 2 use MyObject

I’d like to understand which is the best solution using Observable pattern. Could you please help me?

Thanks

mergeMap.

1 Like

I don’t understant How it works. Have you an simple example?

Thanks