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