File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,14 @@ This eliminates all of the following:
63
63
- ✅ Eliminates any types that hide bugs
64
64
- ✅ Also eliminates as type overrides that can also hide bugs
65
65
66
+ ### Version compatibility
67
+
68
+ | Angular | dfx-bootstrap-table | openapi-typescript-helpers |
69
+ | ------- | ------------------- | -------------------------- |
70
+ | 19.x.x | 0.1.0 | \> =0.0.15 |
71
+ | 18.x.x | 0.0.3 | \> =0.0.15 |
72
+ | 18.x.x | 0.0.2 | 0.0.13 |
73
+
66
74
## Setup
67
75
68
76
Install this library along with [ openapi-typescript] ( https://openapi-ts.dev/introduction ) :
@@ -154,10 +162,3 @@ The `get()` request shown needed the `params` object that groups [parameters by
154
162
If a required param is missing, or the wrong type, a type error will be thrown.
155
163
156
164
The ` post() ` and ` put() ` request required a ` body ` object that provided all necessary requestBody data.
157
-
158
- ## Support
159
-
160
- | Platform | Support |
161
- | -------------------------- | --------- |
162
- | Angular | \> =18.0 |
163
- | openapi-typescript-helpers | \> =0.0.13 |
Original file line number Diff line number Diff line change 42
42
"directory" : " libs/dfx-openapi"
43
43
},
44
44
"peerDependencies" : {
45
- "@angular/common" : " 18 " ,
45
+ "@angular/common" : " 19 " ,
46
46
"rxjs" : " 7" ,
47
47
"openapi-typescript-helpers" : " >=0.0.15"
48
48
}
You can’t perform that action at this time.
0 commit comments