★ wanayoo — archive 1999 https://github.com/scopsy/angular-forms-example/issues/2Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pizzaGroup #2

Open
jalbertoa opened this issue Mar 16, 2019 · 1 comment
Open

pizzaGroup #2

jalbertoa opened this issue Mar 16, 2019 · 1 comment

Comments

@jalbertoa
Copy link

@jalbertoa jalbertoa commented Mar 16, 2019

When loading the DEMO json, doesn't work due a small bug...

const pizzaGroup = this.getPizzaFormGroup();
this.pizzasArray.push(this.getPizzaFormGroup());** --> this.pizzasArray.push(pizzaGroup);

@GuillaumeGSO
Copy link

@GuillaumeGSO GuillaumeGSO commented May 2, 2019

Hi,
I tested this correction, it works.
this.pizzasArray.push(pizzaGroup)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.