Skip to content

Commit 261e65c

Browse files
committed
chore: bump minimum Angular peer dependency from 16 to 18
v18 uses effect(), takeUntilDestroyed(), and stable signal APIs that require Angular 18+. The test matrix already only covers 18+.
1 parent 21a85c3 commit 261e65c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

projects/http-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe",
1313
"license": "MIT",
1414
"peerDependencies": {
15-
"@angular/common": ">=16",
16-
"@angular/core": ">=16",
15+
"@angular/common": ">=18",
16+
"@angular/core": ">=18",
1717
"@ngx-translate/core": ">=18"
1818
},
1919
"sideEffects": false

projects/ngx-translate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"author": "Andreas Löw / CodeAndWeb GmbH, Olivier Combe",
2020
"license": "MIT",
2121
"peerDependencies": {
22-
"@angular/common": ">=16",
23-
"@angular/core": ">=16",
22+
"@angular/common": ">=18",
23+
"@angular/core": ">=18",
2424
"rxjs": ">=7"
2525
},
2626
"sideEffects": false

0 commit comments

Comments
 (0)