@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
18 lines (17 loc) • 898 B
TypeScript
import { TranslocoService } from '@jsverse/transloco';
import { ValidationErrorMetadataInterface, ValidationService } from '@nestjs-mod/afat';
import { FormlyFieldConfig } from '@ngx-formly/core';
import { WebhookLogInterface } from '../generated/rest-sdk';
import * as i0 from "@angular/core";
export declare class WebhookLogFormService {
protected readonly translocoService: TranslocoService;
protected readonly validationService: ValidationService;
constructor(translocoService: TranslocoService, validationService: ValidationService);
init(): import("rxjs").Observable<boolean>;
getFormlyFields(options?: {
data?: WebhookLogInterface;
errors?: ValidationErrorMetadataInterface[];
}): FormlyFieldConfig[];
static ɵfac: i0.ɵɵFactoryDeclaration<WebhookLogFormService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WebhookLogFormService>;
}