1 <ionic-rating-component #rating
2 activeIcon = "ios-star"
3 defaultIcon = "ios-star-outline"
4 activeColor = "#488aff"
5 defaultColor = "#f4f4f4"
6 readonly="false"
7 rating="3"
8 fontSize = "32px"
9 (ratingChanged)="onRatingChange($event)">
10 </ionic-rating-component>
11