@ng-openapi/http-resource 0.0.11-pr-18-feature-schema-validation-18c9be1.0 → 0.0.11-pr-18-feature-schema-validation-dbff16c.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 -1
- package/index.d.ts +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
## What is HTTP Resource Plugin?
|
|
24
24
|
|
|
25
|
-
The HTTP Resource plugin generates Angular services using the new **experimental** `httpResource` API instead of
|
|
25
|
+
The HTTP Resource plugin generates Angular services using the new **experimental** `httpResource` API instead of
|
|
26
|
+
traditional `HttpClient`. This provides automatic caching, state management, and reactive data loading for your OpenAPI
|
|
27
|
+
endpoints.
|
|
26
28
|
|
|
27
29
|
> ⚠️ **Experimental Feature**: `httpResource` is still experimental in Angular. Use with caution in production.
|
|
28
30
|
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-openapi/http-resource",
|
|
3
|
-
"version": "0.0.11-pr-18-feature-schema-validation-
|
|
3
|
+
"version": "0.0.11-pr-18-feature-schema-validation-dbff16c.0",
|
|
4
4
|
"description": "HTTP Resource plugin for ng-openapi - Angular HTTP utilities with caching and state management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|