angular-star-rating
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -22,3 +22,3 @@ import { OnChanges, EventEmitter } from "@angular/core"; | ||
onFocus(event: FocusEvent): void; | ||
onStarHover(rating: number): void; | ||
onStarHover(rating?: number): void; | ||
/**Form Control - ControlValueAccessor implementation**/ | ||
@@ -25,0 +25,0 @@ writeValue(obj: any): void; |
{ | ||
"name": "angular-star-rating", | ||
"description": "Angular Star Rating is a Angular2 component written in typescript.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "ngc -p tsconfig.json", |
@@ -112,3 +112,3 @@ # Angular Star Rating ⭐⭐⭐⭐⭐ | ||
<!-- USE COMPONENT HERE--> | ||
<star-rating-comp [startype]="'svg'" [rating]="2.63"></star-rating-comp> | ||
<star-rating-comp [starType]="'svg'" [rating]="2.63"></star-rating-comp> | ||
``` | ||
@@ -115,0 +115,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
255882