generated from nhcarrigan/template
5 lines
155 B
HTML
5 lines
155 B
HTML
<div>
|
|
<label for="{{label()}}-input">{{ label() }}:</label>
|
|
<textarea id="{{label()}}-input" required [formControl]="control()"></textarea>
|
|
</div>
|