argos/dmp-admin/src/app/components/freetext/freetext-component.html

9 lines
262 B
HTML

<div [formGroup]="form">
<div formGroupName="data" class="form-row">
<div class="form-group col-md-12" >
<label>Label</label>
<input type="string" class="form-control" formControlName="label">
</div>
</div>
</div>