@ngx-formly/bootstrap
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
7 lines (6 loc) • 294 B
TypeScript
export { FormlyFieldCheckbox } from './checkbox';
export { FormlyFieldMultiCheckbox } from './multicheckbox';
export { FormlyFieldInput } from './input';
export { FormlyFieldRadio } from './radio';
export { FormlyFieldTextArea } from './textarea';
export { FormlyFieldSelect } from './select';