Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 229612

How do I make http.get requests sequential?

$
0
0

try this

Observable.from([Observable.fromPromise(this.http.get()), Observable.fromPromise(this.http.get())])
.subscribe((res) => console.log(res) );

Viewing all articles
Browse latest Browse all 229612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>