Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(AjaxObservable): remove needles type param R from AjaxObserv…
…able.getJSON() BREAKING CHANGE - Observable.ajax.getJSON() now only supports a single type parameter, `getJSON<T>(url: string, headers?: Object): Observable<T>`. The extra type parameter it accepted previously was superfluous.
- Loading branch information