UNPKG

ngx-antd-form-builder

Version:

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

16 lines (15 loc) 666 B
import { DialogRef, Dialog } from '@angular/cdk/dialog'; import { NgxAntdFormViewerComponent } from "../../ngx-antd-form-viewer.component"; import * as i0 from "@angular/core"; export declare class PreviewDialog { dialog: Dialog; dialogRef: DialogRef<PreviewDialog>; data: any; designForm: NgxAntdFormViewerComponent; constructor(dialog: Dialog, dialogRef: DialogRef<PreviewDialog>, data: any); close(): void; view(): void; check(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PreviewDialog, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PreviewDialog, "app-preview-dialog", never, {}, {}, never, never, true, never>; }