Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d-koppenhagen/angular-tag-cloud-module

This angular module contains a component which generates tag clouds.
https://github.com/d-koppenhagen/angular-tag-cloud-module

angular angular-component angular5 component javascript tag-cloud typescript web

Last synced: 3 days ago
JSON representation

This angular module contains a component which generates tag clouds.

Awesome Lists containing this project

README

        

# AngularTagCloudModule

This library was generated with [Angular CLI](https://github.com/angular/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](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).