This library was generated with Angular CLI version 7.2.0.
Run ng generate component component-name --project angular-tag-cloud-module
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project angular-tag-cloud-module
.
Note: Don't forget to add
--project angular-tag-cloud-module
or else it will be added to the default project in yourangular.json
file.
Run ng build angular-tag-cloud-module
to build the project. The build artifacts will be stored in the dist/
directory.
- Bump up the version in
projects/angular-tag-cloud-module/package.json
when changes are done. - Add a section to
CHANGELOG.md
. - Build the library and artifacts using the npm script
npm run package
. - Go to the dist folder
cd dist/angular-tag-cloud-module
and runnpm publish
. - Go back to project root
cd ../../
and adjust the version ofangular-tag-cloud-module
in thepackage.json
. - run
npm i
- Consider updating the gh-pages example project running
npm run publish-gh-pages
- commit and push to Github.
Run ng test angular-tag-cloud-module
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.