I have an HttpService get request that I\'m subscribing to, like so:
this.httpClient.get("/application/v1/sql-table").subscribe( (data) => {