diff --git a/src/products/components/pizza-form/pizza-form.component.ts b/src/products/components/pizza-form/pizza-form.component.ts index eca53fb4..8b2c0385 100755 --- a/src/products/components/pizza-form/pizza-form.component.ts +++ b/src/products/components/pizza-form/pizza-form.component.ts @@ -92,7 +92,7 @@ export class PizzaFormComponent implements OnChanges { @Input() pizza: Pizza; @Input() toppings: Topping[]; - @Output() selected = new EventEmitter(); + @Output() selected = new EventEmitter(); @Output() create = new EventEmitter(); @Output() update = new EventEmitter(); @Output() remove = new EventEmitter();