I'm creating a dynamic form with Angular 2 (or 4) with a form array (rooms) nesting a form array (children).
The children array won't bind controls and values in .value form property even if they are added to it.
Here the plunkr: https://embed.plnkr.co/DjtLLt0vS0qmmvgqKhN8/
What I miss?