I am trying to display multiple star icons in the same line one the right end side.
Here is my code:
<div item-end >
<ion-item *ngFor="let count of item.stars" no-lines>
<ion-icon name="star" ></ion-icon>
</ion-item>
</div>
but the star icons are displayed as in column rather then one line.
any one can help please? Thanks