1.0.4 • Published 2 years ago

ih-ratings-count v1.0.4

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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago