0.1.0 • Published 5 years ago

angular-input-counter v0.1.0

Weekly downloads
21
License
MIT
Repository
-
Last release
5 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

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago