Skip to content

Commit

Permalink
fix: add support of Angular v17
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-dosx86 committed Jul 13, 2024
1 parent 5452d5f commit 42b4833
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ng-error-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "ng-error-handlers",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^18.1.0",
"@angular/core": "^18.1.0"
"@angular/core": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 42b4833

Please sign in to comment.