можно, код покажите или ошибку
<mat-form-field appearance="outline" class="min-w-0 w-full"> <mat-label>{{ t("relationDegree") }}</mat-label> <mat-select required formControlName="relationDegree" > <mat-option *ngFor="let item of spService.GetRelative" [value]="item.value" > {{ item.label }} </mat-option> </mat-select> </mat-form-field>
и какая ошибка в консоли?
у вас там на странице ngModel нигде нет?
Обсуждают сегодня