Skip to content

Commit

Permalink
feat(router): add support for angular v15
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Nov 23, 2022
1 parent 371fbd6 commit c99a84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"url": "https://github.com/analogjs/analog.git"
},
"peerDependencies": {
"@angular/core": "^14.0.0",
"@angular/router": "^14.0.0"
"@angular/core": "^14.0.0 || ^15.0.0",
"@angular/router": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit c99a84c

Please sign in to comment.