ngx-rating-stars
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"$schema": "../../node_modules/ng-packagr/package.schema.json", | ||
"name": "ngx-rating-stars", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A simple rating stars component", | ||
@@ -6,0 +6,0 @@ "author": "Andrea Di Cioccio", |
@@ -37,3 +37,7 @@ ## Installation | ||
```html | ||
<ngx-rating-stars [rating]="rating" [style]="ratingStyle" [showRatingInNumericFormat]="true"></ngx-rating-stars> | ||
<ngx-rating-stars | ||
[rating]="rating" | ||
[style]="ratingStyle" | ||
[showRatingInNumericFormat]="true"> | ||
</ngx-rating-stars> | ||
``` | ||
@@ -40,0 +44,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
68391
63