Store products in a basket, display list of products in basket

This commit is contained in:
2024-09-09 14:33:29 +02:00
parent 2d0dc274bf
commit 6ff577ece1
10 changed files with 161 additions and 45 deletions

View File

@@ -7,6 +7,7 @@ export class ProductModel {
price: number = 0
discount: number = 0
rating: number = 1
nrOfArticles: number = 2
imageUrl: string = ""
createdAt: string = ""
updatedAt: string = ""