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-moduleor else it will be added to the default project in yourangular.jsonfile.
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.jsonwhen changes are done. - Add a section to
CHANGELOG.md. And update theREADME.md - Build the library and artifacts using the npm script
npm run package. - Go to the dist folder
cd dist/angular-tag-cloud-moduleand runnpm publish. - Go back to project root
cd ../../and adjust the version ofangular-tag-cloud-modulein 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.