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

Form Array Demo #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Form Array Demo #45

wants to merge 3 commits into from

Conversation

tyllrb
Copy link
Contributor

@tyllrb tyllrb commented Feb 6, 2017

FormArray Demo for Augury guides. Though Augury doesn't have any major features pertinent to forms that can dynamically add/remove fields. Though, good to have for future feature development.

@rajinder-yadav
Copy link
Contributor

LGTM :shipit:

@santiago-elustondo
Copy link
Contributor

This PR doesn't compile due to line 29 of model-form.component.ts

this.fg.addControl('message');

the above does not conform to the method signature.

addControl(name: string, control: AbstractControl) : void

However, this method is not even used anywhere...
This PR seems like a bit of a hackjob.

@yallen011 yallen011 added stale issue is not currently being worked on or hasn't been updated in over 30 days and removed in progress labels Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale issue is not currently being worked on or hasn't been updated in over 30 days
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants