linkBrowserXhr
npm Package | @angular/http |
---|---|
Module | import { BrowserXhr } from '@angular/http'; |
Source | http/src/backends/browser_xhr.ts |
linkDeprecation Notes
use @angular/common/http instead
linkOverview
class BrowserXhr {
constructor()
build(): any
}
linkDescription
A backend for http that uses the XMLHttpRequest
browser API.
Take care not to evaluate this in non-browser contexts.
linkConstructor
linkMembers
linkAnnotations
@Injectable()