how to get the default value in select in angular code example
Example: in select option how to make one default in angular
<option [ngValue]="undefined" selected>Select</option>
<option [ngValue]="undefined" selected>Select</option>