Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(AjaxObservable): remove needless type param R from AjaxObservable…
….getJSON() (#2069) 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