Angular clr-icon state is unclear #5817
-
There is a warning in official docs But there is still many references to "old" angular format: https://clarity.design/angular-components/vertical-nav/#code-examples And I'm sure there is more places. So to sum it up - If it's still valid option, it should be added to angular docs (not old one) IMO. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @ph55 -,
With that said, you can still use |
Beta Was this translation helpful? Give feedback.
Hi @ph55 -,
clr-icon
is depricated in angular components as of v5. There were a number of changes leading up to the v5 release related to icons.@clr/[email protected]
replaced internal uses ofclr-icon
withcds-icon
With that said, you can still use
clr-icon
with@clr/[email protected]
components as described in the angular components documentation. If you find a scenario that isn't working the way it did in v4, before the deprication, please open an issue with a small reporduction so we can triage and address it.