como mostrar *ngFor= solo 1 elemento?
*ngFor="let item of list, let i = index"
and then use only {{ item[i] }}
{{ item[i] }}