How to use reactive forms in a dynamic component

The Solution Working StackBlitz with solution The solution is to create the Reactive Form in the parent component. Then use Angulars dependency injection and inject the parent component into the Dynamic Component. By injecting the parent component into the dynamic component you will have access to all of the parents components public properties including the … Read more