@rxap/forms
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • 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 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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/forms

Install peer dependencies:

yarn add @angular/core @angular/forms @angular/router @rxap/definition @rxap/directives @rxap/pattern @rxap/reflect-metadata @rxap/rxjs @rxap/services @rxap/utilities @rxap/validator rxjs 

Execute the init generator:

yarn nx g @rxap/forms:init

Generators

init

Initialize the package in the workspace

nx g @rxap/forms:init

Package Sidebar

Install

npm i @rxap/forms

Weekly Downloads

63

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

12.9 MB

Total Files

613

Last publish

Collaborators

  • badry.muenker
  • mmuenker