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

Add support for Angular 16 #12993

Closed
NateRadebaugh opened this issue May 4, 2023 · 2 comments
Closed

Add support for Angular 16 #12993

NateRadebaugh opened this issue May 4, 2023 · 2 comments

Comments

@NateRadebaugh
Copy link

Describe the feature you would like to see added

Add support for Angular 16

Is your feature request related to a problem?

Angular 16 was released by primeng does not include it as an allowed version of angular

Describe the solution you'd like

Update peer dependencies to allow angular 16:

    "peerDependencies": {
        "@angular/core": "^16.0.0",
        "@angular/common": "^16.0.0",
        "@angular/forms": "^16.0.0",
        "rxjs": "^6.0.0 || ^7.5.0",
        "zone.js": "^0.10.2 || ^0.11.0 || ^0.12.0 || ^0.13.0"
    }

Describe alternatives you have considered

  1. Keep on old angular
  2. Force update anyway and run "npm install --force" every time

Additional context

No response

@NateRadebaugh NateRadebaugh added Status: Discussion Issue or pull request needs to be discussed by Core Team Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible Type: New Feature Issue contains a new feature or new component request labels May 4, 2023
@imaksp
Copy link

imaksp commented May 4, 2023

it seems initial version is already ready see following:
https://github.com/primefaces/primeng/milestone/227?closed=1

@NateRadebaugh
Copy link
Author

Great thanks, looks like mine is a dup of #12990

@cetincakiroglu cetincakiroglu removed Type: New Feature Issue contains a new feature or new component request Status: Discussion Issue or pull request needs to be discussed by Core Team Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels May 4, 2023
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