<div id="sections" *ngFor="let section of clothesListArr?.addNewClothes">
<h5>{{section.add_Sections}}</h5>
</div>
I want to write an if statement inside <h5>
to check if the string is already exist 'printed', if it's exist I want to skip it and print the next one, so I don't have a duplicate value