angular-feather icon indicating copy to clipboard operation
angular-feather copied to clipboard

fix the rendering of icons that have two or more sections in the name

Open jefersonfc25 opened this issue 8 months ago • 0 comments

The uppercamelcase function was only considering simple names (activity, airplay, etc.). Icons with compound names (alert-triangle, arrow-down-circle, etc.) were displaying an error message in the console: image

I made a change to the function to also consider icons with compound names and added a unit test.

jefersonfc25 avatar Jun 23 '24 20:06 jefersonfc25