Package for Angular app, with all essential components for ratings, like stars and inputs.
https://ngx-lib-demo-examples.web.app/
<ngx-rating-input
ngDefaultControl
[max]="5"
[min]="0"
[disabled]="true"
customClass="my-class"
[formControl]="ratingControl">
</ngx-rating-input>
<ngx-rating-input
ngDefaultControl
[max]="5"
[min]="0"
colorInactive="green"
colorActive="orange"
[disabled]="true"
customClass="my-class"
[formControl]="ratingControl">
</ngx-rating-input>