ngx-api-cache 20.0.5 → 20.0.6
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@ This is a very lightweight library for api-cache.
|
|
|
8
8
|
|
|
9
9
|
This library does not require third party dependencies
|
|
10
10
|
|
|
11
|
+
## DEMO
|
|
12
|
+
|
|
13
|
+
[](https://ngx-api-cache.vercel.app)
|
|
14
|
+
|
|
11
15
|
### USAGE
|
|
12
16
|
|
|
13
17
|
1. Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-api-cache",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.3.1",
|
|
6
6
|
"@angular/core": "^20.3.1"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "https://boosty.to/hq_dev"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
|
-
"homepage": "https://
|
|
22
|
+
"homepage": "https://ngx-api-cache.vercel.app",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"keywords": [
|
|
25
25
|
"angular",
|