You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2023. It is now read-only.
I use the fontawesome like in the code below. If I add the bold class the icon won't work.
.bold { font-weight: bold; }
<Label [text]="'fa-bars' | fonticon" class="fa"></Label>
<Label text="{{'fa-bars' | fonticon}}" class="fa"></Label>
The text was updated successfully, but these errors were encountered: