thomstaal of Social Brothers
5/9/2019 - 9:20 AM

Angular form group

<app-form-group [form]="form" [path]="'[fieldname]'" [label]="'[fieldlabel]'">
     <input class="grey" type="text" id="[fieldname]" formGroupName="[fieldname]">
</app-form-group>