Open
Description
Describe the feature you would like to see added
Add support for Angular 17
Describe the solution you'd like
Update peer dependencies to allow angular 16:
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"rxjs": ">=6.0.0"
}
Describe alternatives you have considered
- Keep on old angular
- Force update anyway and run "npm install --force" every time
Metadata
Metadata
Assignees
Labels
No labels