MCPcopy Index your code
hub / github.com/angular/angular / withXhr

Function withXhr

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

Source from the content-addressed store, hash-verified

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

Callers 2

provider_spec.tsFile · 0.90
module.tsFile · 0.90

Calls 1

makeHttpFeatureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…