I have a situation where I need to fetch a piece of data from storage in an Ionic 2 application and then use that data to create an HTTP request. The problem that I am running i
Use ' Observable.fromPromise ' to convert promise to observable.