angular-dynamic-forms-lite
Version:
Efficient dynamic and customizable Angular 7+ forms.
19 lines (18 loc) • 1.39 kB
TypeScript
export { FormFieldComponentType, FormFieldComponent } from "./form-field-component";
export { FIELD_DYNAMIC_CONTROLLER, FIELD_FORM_CONTROL, FIELD_NAME, FIELD_METADATA } from "./form-field-injector";
export {} from "./dynamic-controller";
export { DynamicFormType, FormComponentsByType, DEFAULT_SUB_TYPE } from "./form-field-type";
export { DynamicSingleController } from "./single/dynamic-single-controller";
export { SingleFormFieldSetting } from "./single/single-form-field-setting";
export { SingleInputComponent } from "./single/single-input.component";
export { HiddenFormFieldSetting } from "./hidden/hidden-form-field-setting";
export { DynamicGroupController } from "./group/dynamic-group-controller";
export { GroupFormFieldSetting } from "./group/group-form-field-setting";
export { FormFieldGroupComponent } from "./group/form-field-group-component";
export { GroupComponent } from "./group/group.component";
export { DynamicArrayController } from "./array/dynamic-array-controller";
export { ArrayFormFieldSetting, InlineArrayFormFieldSetting } from "./array/array-form-field-setting";
export { Paginator, PageEvent } from "./array/paginator";
export { ArrayRenderStrategy, ArrayRenderStrategyOptions } from "./array/array-render-strategy";
export { FormFieldArrayComponent } from "./array/form-field-array-component";
export { ArrayComponent } from "./array/array.component";