UNPKG

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.

10 lines (9 loc) 464 B
import { FormControl } from "@angular/forms"; import { ComponentModel } from "../models/component.model"; import { SchemaElement } from "../../Models/Schema"; import * as i0 from "@angular/core"; export declare class ControlService { getComponentByType(controlModel: SchemaElement, formControl: FormControl): ComponentModel; static ɵfac: i0.ɵɵFactoryDeclaration<ControlService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ControlService>; }