Skip to content

Commit

Permalink
fix: support Angular v19
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Nov 20, 2024
1 parent 50526bc commit bd4cf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"zone.js": "~0.14.3"
},
"peerDependencies": {
"@angular/core": ">=17.0.0 <19.0.0",
"@angular/core": ">=17.0.0 <20.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"lint-staged": {
Expand Down

0 comments on commit bd4cf4a

Please sign in to comment.