We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f72960 + 4731120 commit 66df13eCopy full SHA for 66df13e
2 files changed
docs/site/angular-auth-oidc-client/docs/migrations/v19-to-v20.md
@@ -0,0 +1,9 @@
1
+---
2
+sidebar_position: 94
3
4
+
5
+# Version 19 to 20
6
7
+## TL;DR: Breaking Changes
8
9
+- Requires Angular v20 or higher
projects/angular-auth-oidc-client/package.json
@@ -3,9 +3,9 @@
"author": "Damien Bowden & Fabian Gosebrink",
"peerDependencies": {
"rxjs": "^6.5.3 || ^7.4.0",
- "@angular/core": ">=15.0.0",
- "@angular/common": ">=15.0.0",
- "@angular/router": ">=15.0.0"
+ "@angular/core": ">=20.0.0",
+ "@angular/common": ">=20.0.0",
+ "@angular/router": ">=20.0.0"
},
10
"dependencies": {
11
"tslib": "^2.3.0",
0 commit comments