mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 21:51:26 +00:00
9 lines
141 B
HTML
9 lines
141 B
HTML
<a
|
|
[ngStyle]="{
|
|
'font-size': textSizeInPx() + 'px',
|
|
color: textColor(),
|
|
'font-weight': fontWeight(),
|
|
}"
|
|
>{{ text() }}</a
|
|
>
|