Use a binding for the value in your template. value="{{ option.id }}". should be [value]="option.id". And in your selected value use ngModel ...
確定! 回上一頁