carbon-icons-angular
carbon-icons-angular copied to clipboard
Upgrade to Angular v12 planned?
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! :)
Meanwhile an update to Angular v13 would be great aswell.
Added a PR here #97. Would be good to get maintainer's attention to get it merged.
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.
Hi, I would also appreciate Angular 13 Support. @cal-smith, can I assist somehow?
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 thnx for your answer and suggestion to switch to (or at least look at) IconModule. 👍
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.