Skip to content

Commit 016e830

Browse files
committed
feat(dfx-openapi): upgrade to Angular 19
1 parent fa9a514 commit 016e830

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

libs/dfx-openapi/README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ This eliminates all of the following:
6363
- ✅ Eliminates any types that hide bugs
6464
- ✅ Also eliminates as type overrides that can also hide bugs
6565

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+
6674
## Setup
6775

6876
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
154162
If a required param is missing, or the wrong type, a type error will be thrown.
155163

156164
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 |

libs/dfx-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"directory": "libs/dfx-openapi"
4343
},
4444
"peerDependencies": {
45-
"@angular/common": "18",
45+
"@angular/common": "19",
4646
"rxjs": "7",
4747
"openapi-typescript-helpers": ">=0.0.15"
4848
}

0 commit comments

Comments
 (0)