Skip to content

radik909/dyforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyforms

Prerequisites:

Have node, npm & bower installed.

To start the app:

  • Enter command npm start
  • Now you can visit localhost:8000 from your browser.

To edit the form fields:

Edit the file app/form.json

Details:

In the file form.json,

  • name - name of the form
  • fields - fields in the form (as an object)

Optional properties,

  • required
  • condition
  • min(for number type)
  • max(for number type)

About

Dynamic forms using angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published