update ux writing

This commit is contained in:
2026-05-04 21:30:05 +03:30
parent ec452bca22
commit d130a83bd4
44 changed files with 66 additions and 73 deletions
@@ -13,7 +13,7 @@
[tableStyleClass]="!items.length && !loading ? 'h-full' : ''"
>
@if (captionBox) {
<ng-template pTemplate="caption">
<ng-template #caption>
<ng-container [ngTemplateOutlet]="captionBox"> </ng-container>
</ng-template>
}