Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.48 KB

README.dev.md

File metadata and controls

31 lines (20 loc) · 1.48 KB

AngularTagCloudModule

This library was generated with Angular CLI version 7.2.0.

Code scaffolding

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 your angular.json file.

Build

Run ng build angular-tag-cloud-module to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

  1. Bump up the version in projects/angular-tag-cloud-module/package.json when changes are done.
  2. Add a section to CHANGELOG.md.
  3. Build the library and artifacts using the npm script npm run package.
  4. Go to the dist folder cd dist/angular-tag-cloud-module and run npm publish.
  5. Go back to project root cd ../../ and adjust the version of angular-tag-cloud-module in the package.json.
  6. run npm i
  7. Consider updating the gh-pages example project running npm run publish-gh-pages
  8. commit and push to Github.

Running unit tests

Run ng test angular-tag-cloud-module 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.