UNPKG

ngx-antd-form-builder

Version:

Simple Drag&Drop form builder using ng-zorro-antd

11 lines (10 loc) 588 B
import { UntypedFormGroup } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class BuildBlocksComponent { formConfig: any; record: any; form: UntypedFormGroup; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<BuildBlocksComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BuildBlocksComponent, "app-build-blocks", never, { "formConfig": { "alias": "formConfig"; "required": false; }; "record": { "alias": "record"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, {}, never, never, true, never>; }