1.1.1 • Published 1 year ago
angular-rating-showcase v1.1.1
Angular Rating Showcase
Showcasing ratings based on data entered
Installation
npm i angular-rating-showcaseUsage
Import
import { AngularRatingShowcaseModule } from 'angular-rating-showcase';Fundamental Usage
<lib-angular-rating-showcase
[ratingsCount]="4.5"
[maxRating]="5"
/>Fundamentals / Mandatories
| Property/Method | Type | Description |
|---|---|---|
| ratingsCount | number | Ratings value gained |
| maxRating | number | Maxium ratings (Out of which..) |
Future Plans
- Animated stars.
Author
Suraj Motwani - Email: suraj.motwani1306@gmail.com
License
Angular Rating Showcase is available under the MIT license. See the LICENSE file for more info.