- Current version: Angular 7.2.0
- Previous version: Angular 4.4.3
This is a sample project that demonstrates one nice way of handling nested reactive forms. This project was inspired by Matt Brophy's blog post and excellent article on how to pass the delegation of form initialization to the nested form. Nested Reactive Forms in Angular2
The biggest difference between this example (and Matt's) and some standard nested reactive forms examples, is that each nested form is its own component and manages its own form data. This way maintaining the form design as it grows is easy, since you just need to update the form component, and all components using this component will get the updated form elements.
This is a screenshot of the application.