ngx-dynamic-form-builder

(โ˜… 117)

FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular

  • .editorconfig
  • .eslintignore
  • .eslintrc.json
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc
  • .versionrc
  • bs-config.json
  • CHANGELOG.md
  • cypress.json
  • jest.config.ts
  • jest.preset.js
  • LICENSE
  • migrations.json
  • nx.json
  • package-lock.json
  • package.json
  • README.md
  • rucken.json
  • transloco.config.js
  • transloco.config.json
  • tsconfig.base.json
  • tsconfig.json

# Installation Guide

1. Get the code
git clone https://github.com/EndyKaufman/ngx-dynamic-form-builder

Downloads the entire project code from GitHub to your computer.

cd ngx-dynamic-form-builder

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm i --save class-transformer-global-storage class-validator-multi-lang ngx-dynamic-form-builder

Type this command into your terminal and run it.

โœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation