0.0.1 • Published 6 years ago

angular-dynamic-form v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

Dynamic Form

How to build

  1. Check it out from GitHub.
    • There is no reason to fork it.
  2. Create a new local repository and copy the files from this repo into it.
  3. Download npm dependencies.
git clone https://github.com/google/dynamic-form.git
cd dynamic-form
npm install
  1. Build the library.
npm run build:lib
  1. If you want to run the demo-app
npm start
  1. If you want to run test cases.
npm run test
  1. If you want to run e2e test cases.
npm run e2e