Im new to angular,(but i have to jump into an existing app someone else made) so im not sure if my terminology is correct, but I am trying to create some dots for an existing carousel, so I need to know how many items are in the carousel
<div class="dots">
<p>{{cards.length}}</p>
</div>
This spits out the number of cards in the carousel,.. but ideally i need a loops before i can do anything .. and im not sure how to accomplish that.
cardsobject.