ngx-rating-stars
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"$schema": "../../node_modules/ng-packagr/package.schema.json", | ||
"name": "ngx-rating-stars", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A simple rating stars component", | ||
@@ -6,0 +6,0 @@ "author": "Andrea Di Cioccio", |
@@ -6,5 +6,5 @@ ## Installation | ||
##Usage | ||
## Usage | ||
###ngModule | ||
### ngModule | ||
```typescript | ||
@@ -36,3 +36,3 @@ import { NgxRatingStarsModule } from 'ngx-rating-stars' | ||
``` | ||
###template | ||
### template | ||
```html | ||
@@ -42,3 +42,3 @@ <ngx-rating-stars [rating]="rating" [style]="ratingStyle" [showRatingInNumericFormat]="true"></ngx-rating-stars> | ||
###component | ||
### component | ||
```typescript | ||
@@ -60,3 +60,3 @@ rating = { | ||
##Demo | ||
## Demo | ||
https://stackblitz.com/github/AndreaDiCioccio/ngx-rating-stars-demo |
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
68384