I want to display star ratings for values in a REST API. For every product my API contains a parameter called ratings which ranges from 1-5.
I'm only able to find the code for clickable ratings. But I want to show that value in the form of stars from 1-5. Like how we have stars for movie ratings or product ratings.
I found this link but it is for Angular1 Rendering a Star Rating System using angularjs
Please help me with this.Thanks in advance.