jalbertoa
Results
1
issues of
jalbertoa
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);