@ngx-formly/material
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
14 lines (13 loc) • 922 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@ngx-formly/material/form-field";
import * as i2 from "@ngx-formly/material/input";
import * as i3 from "@ngx-formly/material/textarea";
import * as i4 from "@ngx-formly/material/radio";
import * as i5 from "@ngx-formly/material/checkbox";
import * as i6 from "@ngx-formly/material/multicheckbox";
import * as i7 from "@ngx-formly/material/select";
export declare class FormlyMaterialModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyMaterialModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyMaterialModule, never, [typeof i1.FormlyMatFormFieldModule, typeof i2.FormlyMatInputModule, typeof i3.FormlyMatTextAreaModule, typeof i4.FormlyMatRadioModule, typeof i5.FormlyMatCheckboxModule, typeof i6.FormlyMatMultiCheckboxModule, typeof i7.FormlyMatSelectModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlyMaterialModule>;
}