@angular/common
Version:
Angular - commonly needed directives and services
21 lines (17 loc) • 445 B
TypeScript
/**
* @license Angular v22.0.0
* (c) 2010-2026 Google LLC. https://angular.dev/
* License: MIT
*/
import * as i0 from '@angular/core';
/**
* A wrapper around the `XMLHttpRequest` constructor.
*
* @publicApi
*/
declare abstract class XhrFactory {
abstract build(): XMLHttpRequest;
static ɵfac: i0.ɵɵFactoryDeclaration<XhrFactory, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<XhrFactory>;
}
export { XhrFactory };