UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

12 lines (11 loc) 258 B
export interface RequestOptions { observe?: ObserveOptions; query?: number | boolean; emptyBody?: boolean; reportProgress?: boolean; } export declare enum ObserveOptions { Body = "body", Response = "response", Events = "events" }