how to configure the iconComponent with font awesome?
This feature will be in the next version release. It is, however in the master, but it is not documented. It will appear in the next beta that we tag, which will happen within the next week.
Related #704
This feature is already in the 5.3 Beta 0.
To use it, import any font icon set into your project, and do:
<igx-icon fontSet="fas" iconName="fa-coffee"></igx-icon>
Closing the issue :) @RueDeRennes if needed please reopen the issue
This feature is already in the 5.3 Beta 0.
To use it, import any font icon set into your project, and do:<igx-icon fontSet="fas" iconName="fa-coffee"></igx-icon>
With 6.2.0 Beta 3 the example does not longer works. Maybe it should be included in breaking changes
in 6.2.0 Beta 3
@lalo-mx The description of the breaking change was not very clear so I changed it. You should use name property for Font Awesome icon's name. Sorry for the inconvenience.