5 lines
202 B
HTML
5 lines
202 B
HTML
<div class="sparkles" #sparkleAnchor>
|
|
<div *ngFor="let sparkle of sparkles" class="sparkle" [style]="sparkle.style">
|
|
<span class="inner-sparkle" [style]="sparkle.rotation">+</span>
|
|
</div>
|
|
</div> |