@asoftwareworld/form-builder
Version:
ASW Form Builder helps you with rapid development and designed web forms which includes several controls. The key feature of Form Builder is to make your content attractive and effective. We can customize our control at run time and preview the same befor
24 lines (23 loc) • 1.77 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./text/text-dialog";
import * as i2 from "./digital/digital-dialog";
import * as i3 from "./single-select/single-select-dialog";
import * as i4 from "./multi-select/multi-select-dialog";
import * as i5 from "@angular/common";
import * as i6 from "@angular/forms";
import * as i7 from "@angular/material/input";
import * as i8 from "@angular/material/select";
import * as i9 from "@angular/material/dialog";
import * as i10 from "@angular/material/slide-toggle";
import * as i11 from "@angular/material/tooltip";
import * as i12 from "@angular/material/divider";
import * as i13 from "@angular/material/icon";
import * as i14 from "@angular/material/button";
import * as i15 from "@angular/material/button-toggle";
import * as i16 from "@angular/material/checkbox";
import * as i17 from "@angular/material/radio";
export declare class AswSharedDialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AswSharedDialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AswSharedDialogModule, [typeof i1.AswTextDialog, typeof i2.AswDigitalDialog, typeof i3.AswSingleSelectDialog, typeof i4.AswMultiSelectDialog], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MatInputModule, typeof i8.MatSelectModule, typeof i9.MatDialogModule, typeof i10.MatSlideToggleModule, typeof i11.MatTooltipModule, typeof i12.MatDividerModule, typeof i13.MatIconModule, typeof i14.MatButtonModule, typeof i15.MatButtonToggleModule, typeof i16.MatCheckboxModule, typeof i17.MatRadioModule], [typeof i1.AswTextDialog, typeof i2.AswDigitalDialog, typeof i3.AswSingleSelectDialog, typeof i4.AswMultiSelectDialog]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AswSharedDialogModule>;
}