replace 100 particle divs
with below, but only last div is created if I add a counter the the particles have 100 div but silly mistake stopped the images been emitted.
<div *ngIf="enable">
<div class='wrap'>
<div *ngFor="let item of items; index as i">
<div class='c'><img class="d" src="{{item}}"> {{i}}</div>
</div>
</div>
</div>