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.

12 lines (11 loc) 304 B
export declare class IsoForm { private _model; private _namespace; constructor(model: any, xmlMessage?: string); get isoFormModel(): any; /** * @deprecated This method is deprecated use `#isoForm.getFormModel` instead */ getFormModel: () => any; private parseXML; }