UNPKG

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

22 lines (21 loc) 1.43 kB
/** * Generated bundle index. Do not edit. */ export * from './public_api'; export { DefaultWidget as ɵj } from './lib/default.widget'; export { FormElementTemplateRef as ɵb } from './lib/form/form-element.component'; export { useFactory as ɵa } from './lib/form/form.component'; export { ActionRegistry as ɵd } from './lib/model/actionregistry'; export { FormPropertyFactory as ɵg } from './lib/model/form-property-factory'; export { ValidatorRegistry as ɵe } from './lib/model/validatorregistry'; export { ButtonComponent as ɵq } from './lib/template-schema/button/button.component'; export { FieldParent as ɵl } from './lib/template-schema/field/field-parent'; export { FieldComponent as ɵo } from './lib/template-schema/field/field.component'; export { ItemComponent as ɵp } from './lib/template-schema/field/item/item.component'; export { TemplateSchemaElement as ɵm } from './lib/template-schema/template-schema-element'; export { TemplateSchemaElementRegistry as ɵh } from './lib/template-schema/template-schema-element-registry'; export { TemplateSchemaDirective as ɵk } from './lib/template-schema/template-schema.directive'; export { TemplateSchemaService as ɵn } from './lib/template-schema/template-schema.service'; export { Unsubscriber as ɵi } from './lib/unsubscriber'; export { WidgetFactory as ɵf } from './lib/widgetfactory'; export { ButtonLayoutWidget as ɵc } from './lib/widgets/base/widget';