You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More advanced methods can be used if a higher degree of customization is required.
340
340
341
-
### .sendHttpRequest()
342
-
More customized requests can be send with the `.sendHttpRequest()`-function. It accepts the RequestOptions-Class.
343
-
More information can be found in the Angular2 API Reference [here](https://angular.io/docs/ts/latest/api/http/index/RequestOptions-class.html).
341
+
### .request()
342
+
More customized requests can be send with the `.request()`-function. It accepts the RequestOptionsArgs-Interface.
343
+
More information can be found in the Angular2 API Reference [here](https://angular.io/docs/ts/latest/api/http/index/RequestOptionsArgs-interface.html).
0 commit comments