Component that implements a dialog containing a form to insert all the necessary information about the new item or to update one

Constructors

Properties

dialog: MatDialog
errorEmpty: boolean = false
ingredients: Ingredient[] = ...
isUpdate: boolean = ...
name: string = ''
orderItem: any
price: number = 1
selectedIngredients: string[] = ...
selectedQuantities: IArray = ...

Methods