Angular4: Http -> HttpClient - requestOptions
So, I am trying to migrate from 'old' http to the new httpClient with the http client I am using this format in my service: return this.http.get(environment.api+ '.feed.json', requestOptions) ho...