Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/d-koppenhagen/angular-tag-cloud-module
- Owner: d-koppenhagen
- License: mit
- Created: 2016-10-26T17:34:46.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T07:21:25.000Z (7 months ago)
- Last Synced: 2024-10-11T06:11:48.547Z (3 months ago)
- Topics: angular, angular-component, angular5, component, javascript, tag-cloud, typescript, web
- Language: TypeScript
- Homepage: https://d-koppenhagen.github.io/angular-tag-cloud-module/
- Size: 9.92 MB
- Stars: 42
- Watchers: 3
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.dev.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - angular-tag-cloud-module - With this module, you can generate word clouds / tag clouds. (Table of contents / Third Party Components)
- fucking-awesome-angular - angular-tag-cloud-module - With this module, you can generate word clouds / tag clouds. (Table of contents / Third Party Components)
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).