Answers for "rating ionic 3"

0

ionic 5-star-rating

<ionic-rating-component #rating
        activeIcon = "ios-star"
        defaultIcon = "ios-star-outline"
        activeColor = "#488aff" 
        defaultColor = "#f4f4f4"
        readonly="false"
        rating="3"
        fontSize = "32px"
        (ratingChanged)="onRatingChange($event)">
    </ionic-rating-component>
Posted by: Guest on February-03-2021

Browse Popular Code Answers by Language