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.

7 lines (6 loc) 169 B
import { Type } from "@angular/core"; export declare class ComponentModel { component: Type<any>; prop: any; constructor(component: Type<any>, prop: any); }