-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
When loading the DEMO json, doesn't work due a small bug...
angular-forms-example/src/app/containers/pizza-form-container/services/pizza-form.service.ts
Line 53 in 1f3819b
| this.pizzasArray.push(this.getPizzaFormGroup()); |
const pizzaGroup = this.getPizzaFormGroup();
this.pizzasArray.push(this.getPizzaFormGroup());** --> this.pizzasArray.push(pizzaGroup);
GuillaumeGSO and benmed00
Metadata
Metadata
Assignees
Labels
No labels