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