question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why to call [formControlName]="formControlNames.myControlName"

See original GitHub issue

I dont see the benefit of using

[formControlName]="formControlNames.myControlName"

in comparison to just:

formControlName="myControlName"

Could you enlighten me please :~D ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
maxime1992commented, Jun 18, 2019

So far your project is helping me alot.

Thanks for letting us know, it’s cool to see that it’s useful for other people! 😄

Its convinient and working fine.

image

You guys should present your project at a conference! This would bring much more attention to it and the project can grow.

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 😃

1reaction
andreElricocommented, Jun 18, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found