Top "Angular2-http" questions

For questions directly related to the use of the Http service in Angular.

Cannot find module './in-memory-data-service' in tour of heroes for Angular2

I am trying to work through the Angular2 tour of heroes app, and am running into bugs on the Http …

angular typescript angular2-http
Property 'http' does not exist on type 'Component', Angular 2

I'm new in angular2 and typescript and already spent a half day to figure out with ng2 forms. I have …

forms angular typescript angular2-http
How can I get access to the Angular 2 http response body without converting it to string or json?

I would like to copy a REST response into a blob but I am unable to do some because blob() …

rest angular blob httpresponse angular2-http
Angular2: How to subscribe to Http.post observable inside a service and a component properly?

For a JWT authentification, I make a post request to get the token using the new Http module working with …

angular observable rxjs5 angular2-http
How to define a nested object within model? (angular2/typescript)

I'm playing around with Angular2, and was hoping someone could offer some advice on how to achieve this; For example, …

angular typescript angular2-http
How to use angular2 http API for tracking upload/download progress

Tho there are many adhoc libraries supporting upload/download progress in angular2, I do not know how to do use …

http angular interceptor angular2-http
Passing array into URLSearchParams while consuming http call for get request

Going through the Angular documentation for URLSearchParams, I dint find any documentation on passing array as an parameter. Can anybody …

angular angular2-http
How to post json object with Http.post (Angular 2) (php server side)

I'm trying to recreate Post JSON from angular 2 to php but it doesn't work as there's nothing in the $_REQUEST …

php json angular typescript angular2-http