files formatted; add: qrcode generator

This commit is contained in:
danielvici123
2025-11-19 19:14:40 +01:00
parent 79ff5eb6d1
commit 061376402b
25 changed files with 627 additions and 141 deletions

View File

@@ -1,6 +1,8 @@
<a
[ngStyle]="{
'font-size': textSizeInPx() + 'px',
color: textColor(),
'font-weight': fontWeight()}"
>{{ text() }}</a>
'font-size': textSizeInPx() + 'px',
color: textColor(),
'font-weight': fontWeight(),
}"
>{{ text() }}</a
>