Our project is migrating to Angular4, and use @angular/common/http Httpclient as the default network tool. But I found there are no body p
@angular/common/http Httpclient
body
You may use a universal request method on the HttpClient class instead. This method has the body in options. https://angular.io/api/common/http/HttpClient#members e.g this.http.request('delete', 'url', { body: ... })
request
this.http.request('delete', 'url', { body: ... })