mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-15 00:50:03 +00:00
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
i.icon(
|
|
class='fa-fw {{icon}}',
|
|
[style.color]='color',
|
|
*ngIf='!isHTML'
|
|
)
|
|
.icon(
|
|
[fastHtmlBind]='icon',
|
|
*ngIf='isHTML && icon'
|
|
)
|