ng-ratings

Average: 2.5


    <ng-ratings  
[average]="2.5" 
[readOnly]="false" 
(vote)="yourHandleVoteSignal.set($event)"
/>
  

items

Select how many items conforms the average

average

Set the average to show (only if not showVote)

readOnly

Choose if the component only shows average or admits voting.

vote output

The (vote) output value turns into [average] input to show you its value

icon

Choose between 'star' or 'heart' icon

hover

Choose one or more hover effects

lang

Defines the language for built-in ARIA labels.

customAria

Provides custom ARIA labels to override default accessibility text.