UNPKG

@ngx-formly/core

Version:

Formly is a dynamic (JSON powered) form library for Angular that bring unmatched maintainability to your application's forms.

20 lines (19 loc) 1.35 kB
export { FormlyForm } from './components/formly.form'; export { FormlyFieldConfig, FormlyTemplateOptions, FormlyFormOptions, FormlyFieldProps, ConfigOption, FormlyExtension, } from './models'; export { FormlyField } from './components/formly.field'; export { FormlyAttributes as ɵFormlyAttributes } from './templates/formly.attributes'; export { FormlyGroup as ɵFormlyGroup } from './templates/formly.group'; export { FormlyTemplate as ɵFormlyTemplate } from './components/formly.template'; export { FormlyValidationMessage as ɵFormlyValidationMessage } from './templates/formly.validation-message'; export { FORMLY_CONFIG, FormlyConfig } from './services/formly.config'; export { FormlyFormBuilder } from './services/formly.builder'; export { FieldType, FieldTypeConfig, FieldGroupTypeConfig } from './templates/field.type'; export { FieldArrayType, FieldArrayTypeConfig } from './templates/field-array.type'; export { FieldWrapper } from './templates/field.wrapper'; export { FormlyModule } from './core.module'; export { defineHiddenProp as ɵdefineHiddenProp } from './utils'; export { reverseDeepMerge as ɵreverseDeepMerge } from './utils'; export { getFieldValue as ɵgetFieldValue } from './utils'; export { clone as ɵclone } from './utils'; export { observe as ɵobserve } from './utils'; export { hasKey as ɵhasKey } from './utils';