UNPKG

@nestjs-mod/webhook-afat

Version:

Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

12 lines (11 loc) 767 B
import { ModuleWithProviders } from '@angular/core'; import { WebhookRestClientConfiguration } from './configuration'; import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class WebhookRestClientApiModule { static forRoot(configurationFactory: () => WebhookRestClientConfiguration): ModuleWithProviders<WebhookRestClientApiModule>; constructor(parentModule: WebhookRestClientApiModule, http: HttpClient); static ɵfac: i0.ɵɵFactoryDeclaration<WebhookRestClientApiModule, [{ optional: true; skipSelf: true; }, { optional: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<WebhookRestClientApiModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<WebhookRestClientApiModule>; }