UNPKG

ngx-vest-forms

Version:

Opinionated template-driven forms library for Angular

14 lines (13 loc) 1 kB
export { vestForms, vestFormsViewProviders } from './lib/exports'; export { DeepPartial } from './lib/utils/deep-partial'; export { DeepRequired } from './lib/utils/deep-required'; export { set, cloneDeep, getAllFormErrors, getFormControlField, getFormGroupField, mergeValuesAndRawValues, } from './lib/utils/form-utils'; export { validateShape, ShapeMismatchError, } from './lib/utils/shape-validation'; export { arrayToObject } from './lib/utils/array-to-object'; export { ROOT_FORM } from './lib/constants'; export { ControlWrapperComponent } from './lib/components/control-wrapper/control-wrapper.component'; export { FormDirective } from './lib/directives/form.directive'; export { FormModelDirective } from './lib/directives/form-model.directive'; export { FormModelGroupDirective } from './lib/directives/form-model-group.directive'; export { ValidateRootFormDirective } from './lib/directives/validate-root-form.directive'; export { ValidationOptions } from './lib/directives/validation-options';