1.0.2 • Published 1 year ago

ih-star-rating v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

IhStarRating

#Installation

import {IhStarRatingModule} from 'ih-star-rating';

  1. Add IhLoadingModule to NgModule imports array. @NgModule({ imports: BrowserModule, IhStarRatingModule , declarations: AppComponent , bootstrap: AppComponent })
  2. To display ratings just need to pass the rating between 0 to 5. rating="4.2", rating="2.5", rating="1.1"

Syntax - <ih-star-rating rating="4.1">