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

master
Kevin C. Coram 2020-01-08 22:05:08 -05:00
부모 8802b52e54
커밋 f1344707e7
로그인 계정: kevin
GPG 키 ID: 0342351B3D61AD35
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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