i have created one drop down and i want to show the first value by default in drop down.
<select >
<option let i = index;" [selected]="i===0" >{{role.name}}</option>
</select>
but this code is not working. when I am removing, on this time I am able to see the first value by default in drop down.