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

Tutorial isn't working for Angular 14.

Open yasoobrizvi opened this issue 1 year ago • 1 comments

Many libraries aren't working fine, particularly @carbon/icons. Styling isn't being implied to the app.

yasoobrizvi avatar May 22 '24 08:05 yasoobrizvi

Hi! Yeah, it's probably not as easy as when you're using Angular Material and you just import the MaterialIconModule.

I recently had the same problem, but I found a solution. The issue is that the icon library is too large, so you need to import only the icons you actually need.

You can check out my solution here: https://github.com/danielmontes9/coderbyte-angular-challenges/commit/d17db765bc6aaf8c022ad19cd04f45e493eee9ad

danielmontes9 avatar Apr 23 '25 05:04 danielmontes9