Why to call [formControlName]="formControlNames.myControlName"
See original GitHub issueI dont see the benefit of using
[formControlName]="formControlNames.myControlName"
in comparison to just:
formControlName="myControlName"
Could you enlighten me please :~D ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
FormControlName - Angular
Tracks the name of the FormControl bound to the directive. The name corresponds to a key in the parent FormGroup or FormArray ....
Read more >Angular forms FormControlName Directive - GeeksforGeeks
FormControlName is used to sync a FormControl in an existing FormGroup to a form control element by name. Exported from: ReactiveFormsModule.
Read more >FormGroup and FormControl in Angular - LogRocket Blog
In Angular, form controls are classes that can hold both the data values and the validation information of any form element. Every form...
Read more >Angular FormControl Example - ConcretePage.com
FormControlName syncs a FormControl in an existing FormGroup to a form control by name. Now let us start how to use FormControl in...
Read more >error: formcontrolname must be used with a parent formgroup ...
error: formcontrolname must be used with a parent formgroup directive. you'll want to add a formgroup directive and pass ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for letting us know, it’s cool to see that it’s useful for other people! 😄
We started to do that at a Meetup in Birmingham!
https://www.meetup.com/fr-FR/Angular-Birmingham/events/rvdgfqyzfbjb/
Here’s the video (first part, little bug…) https://www.youtube.com/watch?v=-fdw-ewSzdM&feature=youtu.be
and the rest 😃 https://www.youtube.com/watch?v=-Hjkb_tecwo
And we wanted to eventually submit a CFP to few conferences but the time we’ve spent a lot of time on building the library and it wouldn’t be a right balance to take more time for that. Once the library is a bit more stable and we have a little bit more time to focus on talk I’m pretty sure we will 😃
Sure, thats probably not a bottle neck 😃. So far your project is helping me alot. Its convinient and working fine.
You guys should present your project at a conference! This would bring much more attention to it and the project can grow.