JSPM

  • Created
  • Published
  • Downloads 183
  • Score
    100M100P100Q93287F
  • License GPL-3.0-or-later

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.

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.

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

Installation Add the package to your workspace: ```bash yarn add

@rxap/form-system

**Install peer dependencies:** ```bash yarn add
  @angular/core@^19.1.3 @angular/forms@^19.1.3 @angular/material@^19.1.1 @angular/router@^19.1.3 @rxap/data-source@^19.0.1-dev.5 @rxap/definition@^19.0.1-dev.5 @rxap/forms@^19.0.1-dev.5 @rxap/mixin@^16.0.12-dev.5 @rxap/open-api@^19.0.1-dev.5 @rxap/pattern@^1.1.11-dev.5 @rxap/reflect-metadata@^1.0.13-dev.5 @rxap/remote-method@^19.0.1-dev.5 @rxap/rxjs@^1.1.12-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/form-system:init

Generators

##
init
>
Initialize the package in the workspace

```bash nx g
@rxap/form-system:init
```