<carousel >
<a href="">
<slide *ngFor="let slide of slides">
<img src="{{slide.imgUrl}}" alt="" style="display:
block; width: 100%;">
</slide>
1. Is there a way to substitute the indicators with images icons? 2. How can I display indicators in rounded shape rather than a line?