@guillotinaweb/grange-form
v1.1.4
Published
[![Build Status](https://github.com/guillotinaweb/grange-form/workflows/CI/badge.svg)](https://github.com/guillotinaweb/grange-form/actions?query=workflow%3ACI)
Downloads
9
Keywords
Readme
grange-form
grange-form implements the Pastanaga UI theme for ngx-schema-form.
Dev & build
npm install -g mrs-developer
npm install
missdev
To serve locally:
npm start
Update the demo
git checkout gh-pages
npm run build_demo
git commit -am "update demo"
git push origin gh-pages