angular-forms-example icon indicating copy to clipboard operation
angular-forms-example copied to clipboard

Real world reactive form example

Results 3 angular-forms-example issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/9733102/50053255-74c04780-013a-11e9-87ca-fdc82f170fec.png) list will not display the toppings. It resets and displays it on click

asdasdas

linear