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

Angular v17 support. #6618

Closed
JeanMeche opened this issue Nov 16, 2023 · 9 comments · Fixed by #6621
Closed

Angular v17 support. #6618

JeanMeche opened this issue Nov 16, 2023 · 9 comments · Fixed by #6621

Comments

@JeanMeche
Copy link

Just an issue to track the support for v17.

@singatias
Copy link

singatias commented Nov 22, 2023

For individuals who, like me, are impatient and wish to update or initiate a new project in Angular 17 while incorporating ngx-bootstrap, you can proceed with the manual installation steps. Ensure to utilize the --force parameter when installing packages from now on with your package manager until valor-software makes it fully compatible with Angular v17. I recommend this method only to users with experience, as it can become quite messy if you are not familiar with the process.

edit:
Here a cleaner way to do it, add the following to your package.json so it stop throwing errors every time you install a new package:

"overrides": {
    "ngx-bootstrap": {
      "@angular/animations": "17.0.4",
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4",
      "@angular/forms": "17.0.4"
    }
}

@ELHARROUCHI
Copy link

For individuals who, like me, are impatient and wish to update or initiate a new project in Angular 17 while incorporating ngx-bootstrap, you can proceed with the manual installation steps. Ensure to utilize the --force parameter when installing packages from now on with your package manager until valor-software makes it fully compatible with Angular v17. I recommend this method only to users with experience, as it can become quite messy if you are not familiar with the process.

edit: Here a cleaner way to do it, add the following to your package.json so it stop throwing errors every time you install a new package:

"overrides": {
    "ngx-bootstrap": {
      "@angular/animations": "17.0.4",
      "@angular/common": "17.0.4",
      "@angular/core": "17.0.4",
      "@angular/forms": "17.0.4"
    }
}

P.R. Plz

@mischah
Copy link

mischah commented Dec 6, 2023

Hej @g-cheishvili @valorkin, thanks for taking care.

@valorkin Any idea when this will be released 😗

@FrancescoBorzi
Copy link
Contributor

@valorkin please prioritise this one, needs to be released with high prio or apps depending on ngx-bootstrap cannot update to Angular 17

@mischah
Copy link

mischah commented Dec 11, 2023

Seems to be released with v12 🎉

https://www.npmjs.com/package/ngx-bootstrap?activeTab=versions

@g-cheishvili
Copy link
Contributor

Folks, tag me if anything wrong with ng17 compatibility 🤞

@mischah
Copy link

mischah commented Dec 11, 2023

It would be awesome it the releases page here at GitHub would reflect the versions published to npm 😖 🙏🏻

That would make things easier (more transparent) 😊

Compare:
https://github.com/valor-software/ngx-bootstrap/releases
(Latest Release: v11.0.0 from Jul 11)

with:
https://www.npmjs.com/package/ngx-bootstrap?activeTab=versions
(Latest Release: v12.0.0 from Dec 10)

@Pavlo-0
Copy link

Pavlo-0 commented Dec 14, 2023

@g-cheishvili

Thank you for ther answer,
Yep, my mistake, and wrong library from my side

...removed unrelevant comment...

@mischah
Copy link

mischah commented Dec 14, 2023

@Pavlo-0

’ng-bootstrap’ !=== ’ngx-bootstrap’ 🤪🤓

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

Successfully merging a pull request may close this issue.

7 participants