7 lines
259 B
HTML
7 lines
259 B
HTML
|
|
<div class="inline-flex gap-2 items-center w-full">
|
||
|
|
<span class="text-muted-color text-base font-normal shrink-0">{{ label }}:</span>
|
||
|
|
<ng-content>
|
||
|
|
<span class="text-text-color text-base font-bold grow">{{ value || "-" }}</span>
|
||
|
|
</ng-content>
|
||
|
|
</div>
|