This package provides a set of directives, decorators, mixins, and validators to simplify the creation of dynamic forms in Angular applications. It offers features such as automatic control creation, data source integration, component customization, and hide/show logic based on form state. The library aims to streamline form development by providing reusable components and abstractions for common form-related tasks.
Add the package to your workspace:
Example :yarn add @rxap/form-system
Install peer dependencies:
Example :yarn add @angular/core @angular/forms @angular/material @angular/router @rxap/data-source @rxap/definition @rxap/forms @rxap/mixin @rxap/open-api @rxap/pattern @rxap/reflect-metadata @rxap/remote-method @rxap/rxjs @rxap/utilities @rxap/validator rxjs
Execute the init generator:
Example :yarn nx g @rxap/form-system:init
Example :Initialize the package in the workspace
nx g @rxap/form-system:init