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

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)

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`