BrowserXhr

A backend for http that uses the XMLHttpRequest browser API.

弃用说明

see https://angular.io/guide/http

class BrowserXhr { build(): any }

说明

Take care not to evaluate this in non-browser contexts.

方法

build(): any

参数

没有参数。

返回值

any

注解

@Injectable()