UNPKG

@elemental-concept/grappa

Version:

Decorator-powered REST client for Angular and its HttpClient

11 lines (10 loc) 545 B
import { RestClientService } from './internal/rest-client/rest-client.service'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@angular/common/http"; export declare class GrappaModule { constructor(restClient: RestClientService<any>); static ɵfac: i0.ɵɵFactoryDeclaration<GrappaModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<GrappaModule, never, [typeof i1.CommonModule, typeof i2.HttpClientModule], never>; static ɵinj: i0.ɵɵInjectorDeclaration<GrappaModule>; }