the selected property does not work on angular 4. for example if I cycle
<select multiple >
<option *ngFor="let opt of model" selected>
opt.name
</option>
and there is 10 option only going to select the last element. This happens to me in any project that makes angular. Any for that I put, and if I put selected not select all as I should