carbon-icons-angular icon indicating copy to clipboard operation
carbon-icons-angular copied to clipboard

Upgrade to Angular v12 planned?

Open felixhaeberle opened this issue 3 years ago • 7 comments

Hey, I wanted to ask if they are any plans updating to Angular 12 and when this get's out the door? I would highly appreciate the upgrade because of a version missmatch with my Angular 12 installation.

In my opinion it only has to be allowed in the package.json, or am I wrong? Feel free to gather any input or information if you need more!

Have a nice day! :)

felixhaeberle avatar Sep 23 '21 12:09 felixhaeberle

Meanwhile an update to Angular v13 would be great aswell.

simplicitytrade avatar Nov 15 '21 11:11 simplicitytrade

Added a PR here #97. Would be good to get maintainer's attention to get it merged.

artemkolotilkin avatar Mar 08 '22 04:03 artemkolotilkin

Thnx for the PR @artemkolotilkin . I would like to see Angular 13 support as well. @cal-smith can you share your opinion on this pls? Thnx.

ejbartelds avatar Mar 29 '22 08:03 ejbartelds

Hi, I would also appreciate Angular 13 Support. @cal-smith, can I assist somehow?

dkerni avatar Apr 11 '22 08:04 dkerni

Hey all!

It's great to see the interest here, but I no longer maintain this package (or work at IBM). I believe the new path for icons is the IconModule in carbon-components-angular, but it's been a while since I've looked at that.

I don't expect this package to see any updates going forward.

Thanks,

Cal

cal-smith avatar Apr 11 '22 20:04 cal-smith

@cal-smith thnx for your answer and suggestion to switch to (or at least look at) IconModule. 👍

ejbartelds avatar Apr 12 '22 07:04 ejbartelds

For everyone using Angular 12 or 13, the library is still compatible, you juste have to override the strict versioning in your package.json:

"overrides": {
  "@carbon/icons-angular": {
    "@angular/compiler": "^13.0.0",
    "@angular/core": "^13.0.0"
  }
}

And NPM won't complain about installing it.

pearnaly avatar Jun 24 '22 12:06 pearnaly