ng-hub-ui-loading 22.2.0 → 22.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@ This package is part of [Hub UI](https://hubui.dev/en/), a collection of Angular
|
|
|
15
15
|
- Docs: https://hubui.dev/en/loading/overview/
|
|
16
16
|
- Live examples: https://hubui.dev/en/loading/examples/
|
|
17
17
|
- Hub UI: https://hubui.dev/en/
|
|
18
|
+
- Hub UI on GitHub (issues, roadmap and contributing): https://github.com/hub-env/hub-ui
|
|
18
19
|
|
|
19
20
|
## 🧩 Library Family `ng-hub-ui`
|
|
20
21
|
|
|
@@ -823,7 +824,7 @@ submitting a pull request, and make sure to document every library change in `CH
|
|
|
823
824
|
|
|
824
825
|
## ☕ Support
|
|
825
826
|
|
|
826
|
-
- **Issues**: [GitHub Issues](https://github.com/
|
|
827
|
+
- **Issues**: [GitHub Issues](https://github.com/hub-env/hub-ui/issues)
|
|
827
828
|
- **Author**: [Carlos Morcillo](https://www.carlosmorcillo.com)
|
|
828
829
|
|
|
829
830
|
## 📄 License
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-loading",
|
|
3
|
-
"version": "22.2.
|
|
3
|
+
"version": "22.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Customizable loading indicators for Angular: inline block, container overlay or fullscreen, plus a page-level progress bar for the navbar, with CSS-only variants, branding image and programmatic services. Part of the ng-hub-ui family.",
|
|
6
6
|
"author": "Carlos Morcillo <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/hub-env/ng-hub-ui-loading.git"
|
|
10
10
|
},
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/
|
|
12
|
+
"url": "https://github.com/hub-env/hub-ui/issues"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://hubui.dev/en/loading/overview/",
|
|
15
15
|
"keywords": [
|