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