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

9 lines
262 B
HTML
Raw Normal View History

<div [formGroup]="form">
<div formGroupName="data" class="form-row">
<div class="form-group col-md-12" >
2018-01-03 14:43:21 +01:00
<label>Label</label>
<input type="string" class="form-control" formControlName="label">
</div>
</div>
</div>