I am looking to add a unique icon to each item on my page, which is being generated inside of an *ngfor
loop. For example:
<i class="var"></i>
Instead of 'var', I want to dynamically insert a variable provided by my service class in order to display different icons for each item.