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.
14 lines (13 loc) • 701 B
TypeScript
import { OnInit } from '@angular/core';
import { ComponentDirective } from '../../directives/component-content.directive';
import { ComponentModel } from '../../models/component.model';
import * as i0 from "@angular/core";
export declare class NgxDynamicComponent implements OnInit {
componentModel: ComponentModel;
componentContent: ComponentDirective;
constructor();
ngOnInit(): void;
loadComponent(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxDynamicComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxDynamicComponent, "ngx-dynamic", never, { "componentModel": { "alias": "componentModel"; "required": false; }; }, {}, never, never, false, never>;
}