<ng-ratings [average]="2.5" [readOnly]="false" (vote)="yourHandleVoteSignal.set($event)" />
Select how many items conforms the average
Set the average to show (only if not showVote)
Choose if the component only shows average or admits voting.
The (vote) output value turns into [average] input to show you its value
Choose between 'star' or 'heart' icon
Choose one or more hover effects
Defines the language for built-in ARIA labels.
Provides custom ARIA labels to override default accessibility text.