Skip to content

Commit c3f8d8e

Browse files
author
Matic Trebusak
committed
Added support for angular 21
1 parent d8306e5 commit c3f8d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:
115-
angular_version: [18, 19, 20]
115+
angular_version: [18, 19, 20, 21]
116116
graphql_version: [16]
117117
node_version: [20, 22, 24]
118118
exclude:

packages/apollo-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test:schematics": "tsc -p schematics/tsconfig.test.json && node scripts/move-schematics.js && jasmine --config=schematics/jasmine.json"
3939
},
4040
"peerDependencies": {
41-
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
41+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
4242
"@apollo/client": "^4.0.1",
4343
"graphql": "^16.0.0",
4444
"rxjs": "^7.3.0"

0 commit comments

Comments
 (0)