ngx-rating-stars
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"$schema": "../../node_modules/ng-packagr/package.schema.json", | ||
"name": "ngx-rating-stars", | ||
"version": "0.1.3", | ||
"description": "A simple rating stars component", | ||
"version": "0.1.4", | ||
"description": "A simple rating stars library", | ||
"author": "Andrea Di Cioccio", | ||
@@ -7,0 +7,0 @@ "keywords": [ |
@@ -43,3 +43,6 @@ ## Installation | ||
The object rating has the value of rating and the count of all rating (12 votes). | ||
The object rating has the value of rating and the count of all ratings (12 votes) proprieties. | ||
The object size has informations for styles | ||
##Demo | ||
https://stackblitz.com/github/AndreaDiCioccio/ngx-rating-stars-demo |
76554
48