0.0.7 • Published 12 months ago

@nikiphoros/ngx-rating v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Getting Started

Rating library for your angular 2+ applications. Does not depend on any other library. It supports all angular web applications, mobile applications (like ionic). It also supports on both mobile and browser

Authors

Installation

Install @nikiphoros/ngx-rating with npm

  npm install @nikiphoros/ngx-rating

Add needed package to NgModule imports:

import { NgxRatingModule } from '@nikiphoros/ngx-rating';

@NgModule({
  ...
  imports: [NgxRatingModule,...]
  ...
})

Usage

After importing NgxRatingModule module in your app, use a component in your html:

<ngx-rating
    [(ngModel)]="rating" 
    (ngModelChange)="change_callback()"> //if you want calback after value change 
    </ngx-rating>
0.0.5

12 months ago

0.0.4

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.3

1 year ago

0.0.2

3 years ago

0.0.1

3 years ago