feat: implement product creation and update features with form handling and routing

This commit is contained in:
2025-12-06 17:48:16 +03:30
parent 70f39de9d8
commit abf53bac03
22 changed files with 606 additions and 48 deletions
@@ -8,7 +8,7 @@
columnResizeMode="fit"
stripedRows
[showFirstLastIcon]="false"
class="grow !flex flex-col overflow-hidden"
class="grow flex! flex-col overflow-hidden"
[tableStyleClass]="!items.length && !loading ? 'h-full' : ''"
>
@if (pageTitle || showAdd || filter || caption) {
@@ -102,7 +102,7 @@
</ng-template> -->
<ng-template #loadingbody let-columns>
@for (i of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]; track i) {
@for (i of [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; track i) {
<tr style="height: 46px">
@for (col of columns; track col) {
<td>