Ratings component

Hi all,
I am looking for a rating component in ionic2 (Like this), can anyone give me any leads?

1 Like

check these one

http://angular-tips.com/blog/2015/10/creating-a-rating-directive-in-angular-2/

looks like a little bit outdated --> in new betas there is no ng-for or ng- syntax at all.
https://angular.io/docs/ts/latest/api/common/NgFor-directive.html

You can directly use ngFor, ngIf (easy with asterix as prefix)

I’ve just started to create an Ionic 2 ratings component: https://github.com/andrucz/ionic2-rating

PRs are welcome! :wink:

3 Likes

Nice component. Thanks a lot :grinning: