Package Exports
- @rxap/form-system
- @rxap/form-system/package.json
- @rxap/form-system/theme
Readme
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.
Installation
Add the package to your workspace:
yarn add @rxap/form-systemInstall peer dependencies:
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:
yarn nx g @rxap/form-system:initGenerators
init
Initialize the package in the workspace
nx g @rxap/form-system:init