I have this kind of HTTP request function in an Angular service:
doRequest() { return this.http.get("/DoStuffController/DoStuff"); }