@json-formost/bulma
v0.0.3
Published
A set of Angular components that convert a JSON Schema (v7) into an Angular Reactive Form built with Bulma CSS (bulma.io).
Downloads
1
Readme
JsonFormostBulma
This library was generated with Angular CLI version 10.0.5.
Code scaffolding
Run ng generate component component-name --project json-formost-bulma
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project json-formost-bulma
.
Note: Don't forget to add
--project json-formost-bulma
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build json-formost-bulma
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build json-formost-bulma
, go to the dist folder cd dist/json-formost-bulma
and run npm publish
.
Running unit tests
Run ng test json-formost-bulma
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.