UNPKG

breeze-bridge2-angular

Version:

A bridge that configures Breeze to work with Angular out of the box.

13 lines (12 loc) 381 B
import { HttpClient } from "@angular/common/http"; import { DsaConfig } from "./common"; export declare class AjaxHttpClientAdapter { http: HttpClient; static adapterName: string; name: string; defaultSettings: {}; requestInterceptor: (info: {}) => {}; constructor(http: HttpClient); initialize(): void; ajax(config: DsaConfig): void; }