是否可以在ng-select angular 6插件上使用[ngClass]? 像这样:
<ng-select [items]="FieldSelectOptions[field.fieldID]"
[formControlName]="field.key"
[ngClass]="{ 'is-invalid': field.templateOptions.required)}"
bindLabel="name"
bindValue="id">
</ng-select>