nycJSorg/angular-presentation

View on GitHub
libs/utils/src/lib/sync/components/poll/common/stars/stars.component.html

Summary

Maintainability
Test Coverage
<mat-icon
  class="star"
  *ngFor="let star of stars"
  (click)="setValue(star)"
  (mouseover)="setHover(star)"
  (mouseleave)="setHover(0)"
  >{{ getStarIcon(star) }}</mat-icon
>