How can I arrange items in rows with equal space between them, without a large gap in the last row?
<div fxFlex="row wrap" fxLayoutAlign="space-around">
<my-item *ngFor="let item of items"></my-item>
</div>
Current Issue:
https://i.stack.imgur.com/YRAH0.png
I want the same "space-between" layout for the items in the last row as in the other rows. https://i.stack.imgur.com/BN2hn.png