We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c02f9 commit 28495b1Copy full SHA for 28495b1
src/products/components/pizza-form/pizza-form.component.ts
@@ -92,7 +92,7 @@ export class PizzaFormComponent implements OnChanges {
92
@Input() pizza: Pizza;
93
@Input() toppings: Topping[];
94
95
- @Output() selected = new EventEmitter<Pizza>();
+ @Output() selected = new EventEmitter<number[]>();
96
@Output() create = new EventEmitter<Pizza>();
97
@Output() update = new EventEmitter<Pizza>();
98
@Output() remove = new EventEmitter<Pizza>();
0 commit comments