Rating

Basic Rating

Rating directive that will take care of visualising a star rating bar.

Rate: {{currentRate}}

Custom star template

Custom rating template provided as child element

Rate: {{currentRating}}

Events and readonly ratings

Readonly and editable rating events.

Selected: {{selected}} Hovered: {{hovered}}

Form integration

NgModel and reactive forms can be used without the 'rate' binding

Model: {{ ctrl.value }}

Custom decimal rating

Custom rating template provided via a variable. Shows fine-grained rating display

Rate: {{decimalCurrentRate}}