generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 1m37s
5 lines
154 B
HTML
5 lines
154 B
HTML
<div>
|
|
<label for="{{label()}}-input">{{ label() }}</label>
|
|
<textarea id="{{label()}}-input" required [formControl]="control()"></textarea>
|
|
</div>
|