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