ngx-schema-forms
Version:
New features: - Ajv schema validator. - Angular forms compatible: Property tree is created using FormGroup, FormArray and FormControl classes. - Array now properly loads initial data from model. - WidgetTyep: WidgetRegistry now supports WidgetType, now wo
14 lines (13 loc) • 696 B
TypeScript
export { Widget, PropertyWidget, ArrayPropertyWidget, ObjectPropertyWidget, FieldsetLayoutWidget } from './widget';
export { ArrayWidget } from './array.widget';
export { CheckboxWidget } from './checkbox.widget';
export { FileWidget } from './file.widget';
export { IntegerWidget } from './integer.widget';
export { ObjectWidget } from './object.widget';
export { RadioWidget } from './radio.widget';
export { RangeWidget } from './range.widget';
export { SelectWidget } from './select.widget';
export { StringWidget } from './string.widget';
export { TextAreaWidget } from './textarea.widget';
export { ButtonWidget } from './button.widget';
export { FieldsetWidget } from './fieldset.widget';