It says that you either pass a `url: string` or a `settings: Object` when in reality it is this: ``` get(url: string, headers?: Object): Observable<AjaxResponse>; ``` Also how can you set `responseType` (which defaults to json) when you can't pass any options?
It says that you either pass a
url: stringor asettings: Objectwhen in reality it is this:Also how can you set
responseType(which defaults to json) when you can't pass any options?