ng-hub-ui-loading 22.2.2 → 22.3.0
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -800,9 +800,9 @@ mirrors on its own.
|
|
|
800
800
|
|
|
801
801
|
```json
|
|
802
802
|
{
|
|
803
|
-
"@angular/common": ">=17.
|
|
804
|
-
"@angular/core": ">=17.
|
|
805
|
-
"@angular/router": ">=17.
|
|
803
|
+
"@angular/common": ">=17.3.0",
|
|
804
|
+
"@angular/core": ">=17.3.0",
|
|
805
|
+
"@angular/router": ">=17.3.0",
|
|
806
806
|
"ng-hub-ui-utils": ">=22.8.0",
|
|
807
807
|
"rxjs": ">=7.5.0"
|
|
808
808
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-hub-ui-loading",
|
|
3
|
-
"version": "22.
|
|
3
|
+
"version": "22.3.0",
|
|
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 Fernández <carlos.morcillo@me.com> (https://www.carlosmorcillo.com)",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"standalone"
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/common": ">=17.
|
|
28
|
-
"@angular/core": ">=17.
|
|
29
|
-
"@angular/router": ">=17.
|
|
27
|
+
"@angular/common": ">=17.3.0",
|
|
28
|
+
"@angular/core": ">=17.3.0",
|
|
29
|
+
"@angular/router": ">=17.3.0",
|
|
30
30
|
"ng-hub-ui-ds": ">=22.0.0",
|
|
31
31
|
"ng-hub-ui-utils": ">=22.8.0",
|
|
32
32
|
"rxjs": ">=7.5.0"
|