angular-star-rating
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "angular-star-rating", | ||
"description": "Angular Star Rating is a Angular2 component written in typescript.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "ngc -p tsconfig.json", |
@@ -442,2 +442,10 @@ # Angular Star Rating ⭐⭐⭐⭐⭐ | ||
**hoverEnabled**: boolean (Optional) | ||
An or disable hover interaction. | ||
Default: false | ||
Potions: true, false | ||
```html | ||
<star-rating-comp [hoverEnabled]="true"></star-rating-comp> | ||
``` | ||
**onHoverRatingChange**: Function (Optional) | ||
@@ -447,3 +455,3 @@ Callback function for hoverRating change event | ||
```html | ||
<star-rating-comp (onHoverRatingChange)="ctrl.onHoverRatingChange($event)"></star-rating-comp> | ||
<star-rating-comp [hoverEnabled]="true" (onHoverRatingChange)="ctrl.onHoverRatingChange($event)"></star-rating-comp> | ||
``` | ||
@@ -450,0 +458,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
255668
468