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
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.