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

Function withXhr

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

Source from the content-addressed store, hash-verified

332 * @publicApi
333 */
334export function withXhr(): HttpFeature<HttpFeatureKind.Xhr> {
335 return makeHttpFeature(HttpFeatureKind.Xhr, [
336 HttpXhrBackend,
337 {provide: HttpBackend, useExisting: HttpXhrBackend},
338 ]);
339}

Callers 2

provider_spec.tsFile · 0.90
module.tsFile · 0.90

Calls 1

makeHttpFeatureFunction · 0.85

Tested by

no test coverage detected