Hi all,
I am looking for a rating component in ionic2 (Like this), can anyone give me any leads?
1 Like
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!
3 Likes
Nice component. Thanks a lot