New basket table, add empty state on basket page, new BasketItemModel
This commit is contained in:
@@ -7,7 +7,6 @@ export class ProductModel {
|
||||
price: number = 0
|
||||
discount: number = 0
|
||||
rating: number = 1
|
||||
nrOfArticles: number = 2
|
||||
imageUrl: string = ""
|
||||
createdAt: string = ""
|
||||
updatedAt: string = ""
|
||||
|
||||
Reference in New Issue
Block a user