1.1.1 • Published 10 months ago

angular-rating-showcase v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Angular Rating Showcase

Showcasing ratings based on data entered

Installation

npm i angular-rating-showcase

Usage

Import

import { AngularRatingShowcaseModule } from 'angular-rating-showcase';

Fundamental Usage

<lib-angular-rating-showcase 
    [ratingsCount]="4.5" 
    [maxRating]="5" 
/>

Fundamentals / Mandatories

Property/MethodTypeDescription
ratingsCountnumberRatings value gained
maxRatingnumberMaxium 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.