fixed errors

This commit is contained in:
2025-11-30 11:44:37 +01:00
parent 0189fb0440
commit 5c1403e934
5 changed files with 2 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
<nz-table
[nzData]="products()"
[nzFrontPagination]="false"
[nzLoading]="productsLoading()"
(nzCurrentPageDataChange)="onCurrentPageDataChange($event)"
>
<thead>