0.1.0 • Published 6 years ago

dynaform-ng v0.1.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago

Build Status

dynaform-ng dynamic forms engine

Dynamic forms component based on model in dynaform-compiler lib. Built using Material components.

DEMO Page

NPM

Deploy DEMO

Install

Can be installed via NPM from

npm install --save dynaform-ng

Publishing

Publishing app to NPM consists of 3 steps

  1. Increment version in package.json
  2. Run npm run package - this will create packaged version of lib in dist/lib
  3. Run npm publish - upload version to registry

TODO : need to script these steps to a single action. Making publish.bat didn't work for me and running npm run package as npm prepare caused weird issues. Consider using Gulp

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0-alpha

6 years ago