Hi guys,
I need to implement 2 sequential call:
- async GET call 1 return MyObject
- 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
Hi guys,
I need to implement 2 sequential call:
I’d like to understand which is the best solution using Observable pattern. Could you please help me?
Thanks
I don’t understant How it works. Have you an simple example?
Thanks