https://github.com/tsmean/spinner
Loading Spinner for Angular (v2, v4, v5, v6, v7)
https://github.com/tsmean/spinner
angular angular2 angular4 angular5 angular6 angular7 loading spinner
Last synced: 6 months ago
JSON representation
Loading Spinner for Angular (v2, v4, v5, v6, v7)
- Host: GitHub
- URL: https://github.com/tsmean/spinner
- Owner: tsmean
- License: mit
- Created: 2017-10-29T21:19:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:06:29.000Z (over 3 years ago)
- Last Synced: 2025-04-04T19:21:53.587Z (about 1 year ago)
- Topics: angular, angular2, angular4, angular5, angular6, angular7, loading, spinner
- Language: TypeScript
- Homepage: http://spinner.tsmean.com
- Size: 3.15 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.dev.md
- License: LICENSE
Awesome Lists containing this project
README
# Development
Run `ng build spinner-library --watch` from the repository root, then run npm start. That way you can test the behaviour of your library easily.
# Build and Publish
1. Update the package version of the **library's** package.json (projects/tsmean/spinner/package.json).
2. Publish a beta version first: `x.x.x-beta.x` and `npm run build-and-publish-spinner-beta`
3. Test if your beta is working as expected with a small user group. They can install the changes with `npm install @tsmean/spinner@beta`
4. If everything works as expected, release the regular version: change the version name in package.json and run `npm run build-and-publish-spinner`