@ngx-formly/bootstrap
Version:
Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.
15 lines (14 loc) • 1.07 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@ngx-formly/bootstrap/form-field";
import * as i2 from "@ngx-formly/bootstrap/input";
import * as i3 from "@ngx-formly/bootstrap/textarea";
import * as i4 from "@ngx-formly/bootstrap/radio";
import * as i5 from "@ngx-formly/bootstrap/checkbox";
import * as i6 from "@ngx-formly/bootstrap/multicheckbox";
import * as i7 from "@ngx-formly/bootstrap/select";
import * as i8 from "@ngx-formly/bootstrap/addons";
export declare class FormlyBootstrapModule {
static ɵfac: i0.ɵɵFactoryDeclaration<FormlyBootstrapModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FormlyBootstrapModule, never, [typeof i1.FormlyBootstrapFormFieldModule, typeof i2.FormlyBootstrapInputModule, typeof i3.FormlyBootstrapTextAreaModule, typeof i4.FormlyBootstrapRadioModule, typeof i5.FormlyBootstrapCheckboxModule, typeof i6.FormlyBootstrapMultiCheckboxModule, typeof i7.FormlyBootstrapSelectModule, typeof i8.FormlyBootstrapAddonsModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<FormlyBootstrapModule>;
}