angular-rating-showcase
v1.1.1
Published
Showcasing ratings based on data entered
Downloads
46
Maintainers
Readme
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/Method | Type | Description | | ----------------------| :-----: | ------------------------------- | | ratingsCount | number | Ratings value gained | | maxRating | number | Maxium ratings (Out of which..) |
Future Plans
- [ ] Animated stars.
Author
Suraj Motwani - Email: [email protected]
License
Angular Rating Showcase is available under the MIT license. See the LICENSE file for more info.