ngx-config-form
Version:
use configuration to generate form
14 lines (13 loc) • 900 B
TypeScript
/**
* Generated bundle index. Do not edit.
*/
export * from './public_api';
export { ButtonComponent as ɵh } from './lib/components/button/button.component';
export { FormComponent as ɵi } from './lib/components/form/form.component';
export { CheckboxComponent as ɵa } from './lib/components/inputs/checkbox/checkbox.component';
export { ConfirmPasswordComponent as ɵb } from './lib/components/inputs/confirm-password/confirm-password.component';
export { HiddenComponent as ɵc } from './lib/components/inputs/hidden/hidden.component';
export { RadioComponent as ɵd } from './lib/components/inputs/radio/radio.component';
export { SelectComponent as ɵe } from './lib/components/inputs/select/select.component';
export { TextComponent as ɵf } from './lib/components/inputs/text/text.component';
export { TextareaComponent as ɵg } from './lib/components/inputs/textarea/textarea.component';