Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(AjaxObservable): remove needles type param T from AjaxObservable.getJSON() #2069

Commits on Nov 4, 2016

  1. fix(AjaxObservable): remove needless type param R from AjaxObservable…

    ….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.
    tetsuharuohzeki authored and benlesh committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    d72d3c8 View commit details
    Browse the repository at this point in the history