diff --git a/projects/web/src/componets/product.html b/projects/web/src/componets/product.html new file mode 100644 index 0000000..167021d --- /dev/null +++ b/projects/web/src/componets/product.html @@ -0,0 +1,13 @@ +
+ {{product.product}} +
+

{{product.product}}

+

{{product.retailPrice | currency: + 'TZS '}}

+
+ + by {{product.shop.businessName}} + +
\ No newline at end of file diff --git a/projects/web/src/componets/products.html b/projects/web/src/componets/products.html new file mode 100644 index 0000000..02c5f66 --- /dev/null +++ b/projects/web/src/componets/products.html @@ -0,0 +1,15 @@ +
+ +
+ +
+
+ + + +
+
\ No newline at end of file