Top "Angular4-httpclient" questions

Use this tag for only for questions related to the HttpClient service included in HttpClientModule of Angular version 4

How to post a string in the body of a post request with Angular 4.3 HttpClient?

We've got a .net WebAPI which looks for a filepath string in the body of a post request and returns …

angular angular4-httpclient
Passing Typescript "Map" as a part of Angular4 HTTP POST request

I have an Angular 4 Project where I am creating a sample Map as follows: let sampleMap = new Map<string, …

angular typescript angular4-httpclient
What does multi:true mean in providers in angular4

I am using HTTP_INTERCEPTORS in angular4. For this, I have created HttpServiceInterceptor class that implements HttpInterceptor interface and provide …

angular angular4-httpclient angular-providers
How to pass body through `httpclient` delete request in Angular5

How to pass body through httpClient in delete request? Please check my code. Is there any idea to pass data …

angular httpclient angular5 http-delete angular4-httpclient