@sunbird-cb/taxonomy-editor
v0.0.0-ang-13-16
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14.
Downloads
225
Maintainers
Keywords
Readme
TaxonomyEditor
This library was generated with Angular CLI version 8.2.14.
Code scaffolding
Run ng generate component component-name --project taxonomy-editor
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project taxonomy-editor
.
Note: Don't forget to add
--project taxonomy-editor
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build taxonomy-editor
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build taxonomy-editor
, go to the dist folder cd dist/taxonomy-editor
and run npm publish
.
Running unit tests
Run ng test taxonomy-editor
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.
ng new my-workspace --no-create-application cd my-workspace ng generate library my-lib
ng build my-lib --configuration development ng test my-lib ng lint my-lib
ng build my-lib cd dist/my-lib npm publish