Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Angular 15 #82

Open
PavithiraManoharan opened this issue Jan 11, 2023 · 2 comments
Open

Support Angular 15 #82

PavithiraManoharan opened this issue Jan 11, 2023 · 2 comments

Comments

@PavithiraManoharan
Copy link

Is it possible to upgrade the dependencies to support Angular 15?

@Brakebein
Copy link

Even without official support of Angular 15, it would be good to set the peer dependencies version to something greater than to include upcoming Angular version.

"peerDependencies": {
  "@angular/common": ">=14.0.0",
  "@angular/core": ">=14.0.0"
},

This would avoid dependency conflicts during "npm install" and should be a quick fix.

@Bhole007
Copy link

Do we have any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants