forms/client/src/app/inputs/multi-line/multi-line.component.html
Anna fc3f175150
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m37s
chore: remove colons from input componentns
2025-03-01 21:48:39 -05:00

5 lines
154 B
HTML

<div>
<label for="{{label()}}-input">{{ label() }}</label>
<textarea id="{{label()}}-input" required [formControl]="control()"></textarea>
</div>