From 3ec512f396690e4d7efada31f2f1195d5ddcdc13 Mon Sep 17 00:00:00 2001 From: ikuzenkuna Date: Thu, 13 Nov 2025 18:08:52 +0100 Subject: [PATCH] first commit --- src/app/pages/stock/stock.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/app/pages/stock/stock.html b/src/app/pages/stock/stock.html index 94ddb77..3c3eb7b 100644 --- a/src/app/pages/stock/stock.html +++ b/src/app/pages/stock/stock.html @@ -1,4 +1,25 @@ - - \ No newline at end of file + + Nom + Duration + Caliber + quantity + Weight + Nec + MinimalQuantity + + + + @for (data of basicTable.data; track data) { + + {{data.name}} + {{data.duration}} + {{data.caliber}} + {{data.quantity}} + {{data.weight}} + {{data.nec}} + {{data.minimalQuantity}} + + + \ No newline at end of file