@rxap/forms
v19.0.1
Published
This package provides a set of tools and directives to simplify working with Angular forms, including reactive forms, custom validators, and form directives for handling loading, submitting, and error states. It offers decorators for defining forms and co
Downloads
1,698
Readme
This package provides a set of tools and directives to simplify working with Angular forms, including reactive forms, custom validators, and form directives for handling loading, submitting, and error states. It offers decorators for defining forms and controls, along with utilities for building complex forms with nested groups and arrays. The library aims to enhance the development experience by providing a more structured and maintainable approach to form management in Angular applications.
Installation Add the package to your workspace: ```bash yarn add
@rxap/forms
**Install peer dependencies:** ```bash yarn add
@angular/core@^19.1.3 @angular/forms@^19.1.3 @angular/router@^19.1.3 @rxap/definition@^19.0.1-dev.5 @rxap/directives@^19.0.1-dev.5 @rxap/pattern@^1.1.11-dev.5 @rxap/reflect-metadata@^1.0.13-dev.5 @rxap/rxjs@^1.1.12-dev.5 @rxap/services@^19.0.1-dev.5 @rxap/utilities@^16.4.2-dev.4 @rxap/validator@^3.0.11-dev.5 rxjs@^7.8.1
Execute the init generator: bash yarn nx g
@rxap/forms:init
Generators
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/forms:init
```