UNPKG

@angular/common

Version:

Angular - commonly needed directives and services

17 lines (14 loc) 282 B
/** * @license Angular v21.0.0 * (c) 2010-2025 Google LLC. https://angular.dev/ * License: MIT */ /** * A wrapper around the `XMLHttpRequest` constructor. * * @publicApi */ declare abstract class XhrFactory { abstract build(): XMLHttpRequest; } export { XhrFactory };