Jul 27, 2017 · 1 min read
nice writeup! it covers some things that
https://netbasal.com/a-taste-from-the-new-angular-http-client-38fcdc6b359b
does not cover, and vice-versa (reportProgress option ;) ).
I don’t get why in the before / after example of MyService, your
.get returns a Promise<MyBundle> instead of a Promise<MyModel>.
Is that a typo what am I missing ?
