angular-forms-example
angular-forms-example copied to clipboard
Real world reactive form example
When loading the DEMO json, doesn't work due a small bug... https://github.com/scopsy/angular-forms-example/blob/1f3819bc092ef8d9fac0e8506f264428d03802cd/src/app/containers/pizza-form-container/services/pizza-form.service.ts#L53 const pizzaGroup = this.getPizzaFormGroup(); this.pizzasArray.push(this.getPizzaFormGroup());** --> this.pizzasArray.push(pizzaGroup);
After submit the Pizzas order  list will not display the toppings. It resets and displays it on click