@willb i'm almost sure the .then()
chaining will get the data in serial way as it should wait for the resolve of the service behind it, the observable i'm no so sure as i just looked to the Rxjs
docs to make that code.
I have been using Promises for some time and it has worked like that for me, am i wrong?