What I have:
I am building an ionic 2 app and have built a basic angular 2 component that contains
An input field
A lab
What I did in my case (nested dynamic form as well) is somehow similar to Marcin's response.
I'm passing existing FormGroup
as parentForm
and my Component
's view looks like this:
It suits my needs. Hope it can help you as well.
UPDATE: I've created a library for speeding up dynamic forms creation. You can take a look to figure out how I use the technique from this answer: https://www.npmjs.com/package/dorf