UNPKG

ngx-form-lib

Version:

Dynamic form library for Angular 18 with Material 3 support. Create complex reactive forms easily using JSON configuration with modern Angular 18 control flow syntax.

22 lines (21 loc) 909 B
export * from './button/button.module'; export * from './button/button.component'; export * from './button/button.model'; export * from './button/button-attribute.model'; export * from './checkbox/checkbox.module'; export * from './checkbox/checkbox.component'; export * from './checkbox/checkbox.model'; export * from './checkbox/checkbox-label-position.model'; export * from './dropdown/dropdown.module'; export * from './dropdown/dropdown.component'; export * from './dropdown/dropdown.model'; export * from './input/input.module'; export * from './input/input.component'; export * from './input/field-sub-type.model'; export * from './input/input.model'; export * from './radio/radio.module'; export * from './radio/radio.component'; export * from './radio/radio.model'; export * from './textarea/textarea.module'; export * from './textarea/textarea.component'; export * from './textarea/textarea.model';