I am using a custom component (custom-text) which has the below code
@Component({ selector: \'custom-text, [custom-text]\', templateUrl: \'./
thinking about your problem really you needn't make a custom form component, just a component that pass as input the form control. Just add an Input
@Input() control //And in .html
You use the component like