1.0.4 • Published 1 year ago

ih-ratings-count v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago