MCPcopy Create free account
hub / github.com/angular/angular / withXhr

Function withXhr

packages/common/http/src/provider.ts:325–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 * @publicApi
324 */
325export function withXhr(): HttpFeature<HttpFeatureKind.Xhr> {
326 return makeHttpFeature(HttpFeatureKind.Xhr, [
327 HttpXhrBackend,
328 {provide: HttpBackend, useExisting: HttpXhrBackend},
329 ]);
330}

Callers 2

provider_spec.tsFile · 0.90
module.tsFile · 0.90

Calls 1

makeHttpFeatureFunction · 0.85

Tested by

no test coverage detected