Basic demo

This is basic demo for rating {{currentRate}}
Rate: {{currentRate}}

Custom star template New

Custom rating template provided as child element
Rate: {{currentRate}}

Events and readonly ratings

This is demo for readonly ratings
Selected: {{selected}}
Hovered: {{hovered}}

Custom decimal rating

Custom rating template provided via a variable. Shows fine-grained rating display
Rate: {{currentRate2}}

Form integration

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

Model: {{ ctrl.value }}