Untitled
FadadOussama
plain_text
08/15/2024 9:19 AM
384 B
27
Indexable
@for (step of userGuideSteps; track step.id) {
<div class="option-item mb-3" [id]="step.id">
<div class="img-container">
<img [src]="'assets/user/images/' + step.image" [alt]="step.title" />
</div>
<h3 class="option-text">{{ step.title }}</h3>
</div>
}Editor is loading...
Leave a Comment