I would like to create a form and use a new, custom component for its controls. So I created a new component and included it into the parent form. But although the parent fo
I played around with the accepted answer for a long time, and never had any luck.
I had much better results implementing the ControlValueAccessor interface as shown here: https://alligator.io/angular/custom-form-control/
It's actually pretty simple, I also rigged up an Example StackBlitz