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) • 603 B
TypeScript
import { IControlModel } from '../../Models/Control';
import { FormControl } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class IsoBaseControlComponent {
control: IControlModel;
formControl: FormControl;
getKeys(errors: any): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<IsoBaseControlComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IsoBaseControlComponent, "iso-base", never, { "control": { "alias": "control"; "required": false; }; "formControl": { "alias": "formControl"; "required": false; }; }, {}, never, never, false, never>;
}