0.1.0 • Published 6 years ago

angular-input-counter v0.1.0

Weekly downloads
21
License
MIT
Repository
-
Last release
6 years ago

Angular Input Counter

This project was generated with Angular CLI version 8.1.3.

Angular Input Counter

How to use?

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AngularCounterModule } from 'angular-input-counter';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    AngularCounterModule,
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

How to use in template?

<angular-input-counter 
        [min]="5"  
        [max]="20"   
        [step]="1"  
        [readonly]="true"  
        [(counterValue)]="counterValue" 
        [color]="'primary'"></angular-input-counter>

APIs

FieldDefault ValueMandatory
min1N
max10N
step1N
counterValue-Two way binding
colorprimaryN
readonlyFN
ngModelNN
0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago