wfw-ngx-formly
Version:
ngx-formly is an Angular 2 module which has a Components to help customize and render JavaScript/JSON configured forms. The formly-form Component and the FormlyConfig service are very powerful and bring unmatched maintainability to your application's form
12 lines (11 loc) • 692 B
TypeScript
export { FormlyForm } from './components/formly.form';
export { FormlyFieldConfig, FormlyTemplateOptions, FormlyFormOptions } from './components/formly.field.config';
export { FormlyField } from './components/formly.field';
export { FormlyAttributes } from './components/formly.attributes';
export { FormlyConfig, ConfigOption } from './services/formly.config';
export { FormlyFormBuilder } from './services/formly.form.builder';
export { Field } from './templates/field';
export { FieldType } from './templates/field.type';
export { FieldArrayType } from './templates/field-array.type';
export { FieldWrapper } from './templates/field.wrapper';
export { FormlyModule } from './core.module';