79521585

Date: 2025-03-19 23:29:13
Score: 0.5
Natty:
Report link

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';

<% } %>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: hughc