Promises Or Observables in Ionic 2

I’ve been doing quite a bit of research on promises and observables and I was just curious which one is the methods is the preferred way to handle http data in Ionic 2?

It looks to me like Observables are becoming the new standard, but I see quite a few tutorials just converting Observables into promises.

Thanks in advance!