How to iterate a list and for each value apply a function of the same component on angular?
I have this code for HTML of the component : <h2>Top Heroes</h2> <div class="heroes-menu"> <a *ngFor="let hero of heroes" routerLink="/detail/{{hero.id}}">
Continue reading
Recent Comments