@fortawesome/angular-fontawesome
Advanced tools
Changelog
0.2.0 - 2018-09-07
Added size
and fixedWidth
properties for fa-layers
component. These can be used instead of setting fa-fw
and fa-4x
classes manually.
Before:
<span class="fa-fw fa-4x"><fa-layers>...</fa-layers></span>
After:
<fa-layers [fixedWidth]="true" size="4x">...</fa-layers>
Added possibility to customize default icon prefix.
angular-fontawesome
requires Angular 6+.tsickle
and tslib
packages.