UNPKG

@kephas/ngx-core

Version:

Provides integration capabilities with Angular 13+.

12 lines (11 loc) 276 B
import { XhrFactory } from "@angular/common"; /** * Browser implementation for an `XhrFactory`. * * @export * @class BrowserXhrFactory * @implements {XhrFactory} */ export declare class BrowserXhrFactory implements XhrFactory { build(): XMLHttpRequest; }