@ngdevelop/sample-rating
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Angular Rating Library

Angular Rating Component which can be independetly used and easily integrated with Angular Forms.

Features

  • Rating icons are configurable.
  • Rating colors and Message are configurable.
  • Hide/Show rating message
  • Maximum Rating is configurable
  • Used independently
  • Angular Forms Integration Support

Installation

npm install --save @ngdevelop/sample-rating

Usage

Independent Usage

<nd-sample-rating [hideRatingMessage]="false" [rating]="rating" (ratingChanged)="onRatingChange($event">
</nd-sample-rating>

Angular Form Integration Usage

<nd-sample-rating [formControl]="ratingControl">
</nd-sample-rating>

Readme

Keywords

Package Sidebar

Install

npm i @ngdevelop/sample-rating

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

71.7 kB

Total Files

19

Last publish

Collaborators

  • ngdevelop