I have this line in angular, what I want to do is that the id self increases depending on how many images it consumes, I'm clear I'm consuming a service that is being exposed in json
<img id="slide-img-" class="img-item2" src="{{ Our.url }}" alt="{{ Our.alt }}">
example
slide-img-1
slide-img-2
slide-img-3