Top "Angular2-http" questions

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

File Upload In Angular?

I know this is very a general question but I am failing to upload a file in Angular 2. I have …

angular file-upload angular2-http
Angular2: How to load data before rendering the component?

I am trying to load an event from my API before the component gets rendered. Currently I am using my …

typescript angular angular2-services angular2-http
How to correctly set Http Request Header in Angular 2

I have an Ionic 2 application using Angular 2, which is sending an Http PUT to a ASP.NET Core API server. …

http angular angular2-http
Angular: Cannot find a differ supporting object '[object Object]'

Im following this tutorial. On the way to get list of users from api.github Im getting error: Cannot find …

angular angular2-routing angular2-directives angular2-http
Getting an object array from an Angular service

I am new to Angular (and Javascript for that matter). I've written an Angular service which returns an array of …

arrays json angular rxjs angular2-http
Difference between HttpModule and HttpClientModule

Which one to use to build a mock web service to test the Angular 4 app?

angular angular-httpclient angular2-http
Angular - POST uploaded file

I'm using Angular, TypeScript to send a file, along with JSON Data to a server. Below is my code: import {…

angular typescript file-upload angular2-http
How do you POST a FormData object in Angular 2?

I need to upload a file and send some json along with it, I have this function: POST_formData(url, …

angular typescript file-upload angular2-http
File Upload with Angular2 to REST API

Actually, I'm working on a Spring REST API with an interface coded in Angular 2. My problem is I can't upload …

spring angular spring-mvc angular2-forms angular2-http
How to use/import http module?

I've been playing with Angular 2 Quickstart. How can I use/import http module in Angular 2? I've looked at Angular 2 Todo's.…

angular angular2-http