I have been looking for a way to pass query parameters into an API call with the new HttpClientModule\'s HttpClient and have yet to find a solution
HttpClientModule
HttpClient
A more concise solution:
this._Http.get(`${API_URL}/api/v1/data/logs`, { params: { logNamespace: logNamespace } })