1.0.4 • Published 3 years ago

ih-ratings-count v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

IhStarRating

#Installation

import {IhRatingsModule} from 'ih-ratings-count';

  1. Add IhRatingsModule to NgModule imports array. @NgModule({ imports: BrowserModule, IhRatingsModule , 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-ratings-count rating="2.4">

  1. Width is optional parameter. Default is 250px. If you want to increase or decrease the width you need to pass numeric value.

<ih-ratings-count width="300" rating="2.4">

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago