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