Di seguito un esempio di codice.
HTML
<mat-select [(ngModel)]="variabile" formControlName="NomeControllo" >
<mat-option *ngFor="let oggetto of arrayOggetti" [value]="oggetto.Idproprieta"
>{{ oggetto.descrizione }} </mat-option>
</mat-select>
TypeScript
this.form.controls['NomeControllo'].setValue(null);
Nessun commento:
Posta un commento