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
In Usage section, the rocket icon example is wrong, it renders "fa-undefined" <fa [name]="rocket" [border]=true></i> or <i fa [name]="rocket" [border]=true></i>
will render: <fa> <i ng-reflect-ng-class="fa,fa-undefined,fa-border" class="fa fa-undefined fa-border"></i> </fa>
Putting the same as <fa [name]="'rocket'" [border]=true></i> works
The text was updated successfully, but these errors were encountered:
In Usage section, the rocket icon example is wrong, it renders "fa-undefined"
<fa [name]="rocket" [border]=true></i>
or<i fa [name]="rocket" [border]=true></i>
will render:
<fa> <i ng-reflect-ng-class="fa,fa-undefined,fa-border" class="fa fa-undefined fa-border"></i> </fa>
Putting the same as
<fa [name]="'rocket'" [border]=true></i>
worksThe text was updated successfully, but these errors were encountered: