New products, productDetail dialog offers a specs category
This commit is contained in:
@@ -3,6 +3,7 @@ export class ProductModel {
|
||||
brand: string
|
||||
name: string
|
||||
description: string = ""
|
||||
specs: Array<string> = []
|
||||
categoryId: number
|
||||
price: number = 0
|
||||
discount: number = 0
|
||||
|
||||
@@ -5,6 +5,7 @@ export class ProductWithCategoryModel {
|
||||
brand: string
|
||||
name: string
|
||||
description: string = ""
|
||||
specs: Array<string> = []
|
||||
category: CategoryModel = new CategoryModel()
|
||||
price: number = 0
|
||||
discount: number = 0
|
||||
|
||||
Reference in New Issue
Block a user