If
import { ReactiveFormsModule } '@angular/forms';
is the desired output of the template when the conditional is true, then it should not be wrapped in a template tag.
<% if( componentType === 'custom form control' ) { %>
import { ReactiveFormsModule } '@angular/forms';
<% } %>