PGH
PGH

Reputation: 2204

How to make star rating using angular 7 material icon button?

SCENARIO: I have created a ratings option using material icon-button as follow:

Rating

Expected Result:

enter image description here

DEMO

Upvotes: 4

Views: 8180

Answers (1)

staticvoidmain
staticvoidmain

Reputation: 793

I have implemented Amazon like rating system (the same requirement as yours) in my Angular 7 application. I have used this sample. This looks simple, less lines of code and you can reuse the widget.

Demo Url: https://angular-material-star-rating.stackblitz.io

Upvotes: 12

Related Questions