ngx-iso-form
Version:
Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.
11 lines (10 loc) • 525 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TranslateService } from '@ngx-translate/core';
import * as i0 from "@angular/core";
export declare class IsoGeneralPipe implements PipeTransform {
private translateService;
constructor(translateService: TranslateService);
transform(value: string, id: string, generalKey: string, defaultValue: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<IsoGeneralPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<IsoGeneralPipe, "general", false>;
}