visurel / iconify-angular

Angular implementation of Iconify, strongly inspired from Iconify-React.
19 stars 14 forks source link

Angular 13 support #19

Open skwebies opened 2 years ago

skwebies commented 2 years ago

Any plan for the angular 13 support? seems like its not working with angular 13.

i have tested version 11.0.0 and @iconify/icons-ic version 1.1.18, angular 13 seems like some issues, not displaying the icon,

please do a test on your end. thanks

visurel commented 2 years ago

It's working for me in all Angular 13 projects. Please provide a reproduction/example repository. Thanks!

skwebies commented 2 years ago

Hi, if you use angular libraries with Iconify icon and deep import on the libraries and then using in the actual app, then icon doesn't show up.

psergei commented 2 years ago

Doesn't work for me in Angular 13 as well. I have root component with <router-outlet> and bunch of other components that are injected into the outlet according to the routes. So if I use the in root - it works. But it doesn't work if being used in components rendered in outlet. Simply getting empty tag rendered, that's all. <ic-icon _ngcontent-yas-c615=""></ic-icon>