formvalidation.io

how do i bind output values of another component to a form-control in my component

牧云@^-^@ 提交于 2019-12-13 04:39:23
问题 This is my html code which is basically a form. <form [formGroup]="calculatedForm" fxLayout="column" fxLayoutGap="15px" fxLayoutAlign="start space-betwen"> <label for="category">CATEGORY</label> <app-toggle-button-group [items]="categories" [selectedItem]="getselectedCategory()" (valueChange)="updateCategory($event)" [disableButtons]="calculatedForm.value.system"> </app-toggle-button-group> <label for="input_interval">INTERVAL</label> <app-toggle-button-group [items]="inputIntervals"