Untitled
FadadOussama
plain_text
a month ago
288 B
1
Indexable
Never
@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> }
Leave a Comment