@kodnatech/forms
v0.0.2
Published
Angular Form Components Library
Downloads
43
Readme
@kodnatech/forms
Angular Form Components Library
Components
- DynamicFieldComponent: A dynamic field component that renders different input types based on configuration
- DynamicFormComponent: A dynamic form component that creates forms based on configuration objects
Pipes
- SortPipe: A pipe for sorting arrays by specified keys and directions
Installation
npm install @kodnatech/formsUsage
import { DynamicFieldComponent, DynamicFormComponent, SortPipe } from '@kodnatech/forms';