ngx-resource-gearheart
Version:
Angular2 resource module with simple decorators. Customized by Gearheart.
14 lines (13 loc) • 398 B
TypeScript
export declare enum TGetParamsMappingType {
Plain = 0,
Bracket = 1,
}
export declare class ResourceGlobalConfig {
static url: string | Promise<string>;
static path: string | Promise<string>;
static headers: any | Promise<any>;
static params: any | Promise<any>;
static data: any | Promise<any>;
static getParamsMappingType: any;
static mockResponses: boolean;
}