Stronger statement about potential problem with typing form creation to component rendering

Kevin C. Coram 2020-01-08 22:05:08 -05:00
rodič 8802b52e54
revize be94a48b8a
Podepsáno: kevin
ID GPG klíče: 0342351B3D61AD35
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -78,6 +78,6 @@ Calling `this.parent.addControl(....)` is what ensures that the controls created
## Cons
- The creation of the form controls is tightly coupled with the templates
- The creation of the form controls is tightly coupled with the templates, to the point that if a child component is not rendered for some reason, the form controls won't exist either.
- Since each child component encapsulates its form controls, the overall shape of the form data is not always clear