1
<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

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.