0.0.1 • Published 3 years ago

@umeshrajani/rating1 v0.0.1

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

Angular rating1 Library

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

Features

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

Installation

npm install --save @umeshrajani/sample-rating1

Usage

Independent Usage

<nd-sample-rating1 [hiderating1Message]="false" [rating1]="rating1" (rating1Changed)="onrating1Change($event">
</nd-sample-rating1>

Angular Form Integration Usage

<nd-sample-rating1 [formControl]="rating1Control">
</nd-sample-rating1>