0.0.1 • Published 5 years ago

cdl-increment-decrement v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

IncrementDecrement

This is a custom html increment - decrement control which is developed using simple html and css.

Installation instruction

npm install cdl-increment-decrement --save

Instruction to use the package

How to use?

Please follow below instruction to implement custom increment - decrement control in your angular application.

//in module
import { IncrementDecrementModule } from 'cdl-increment-decrement';

imports: [
    IncrementDecrementModule
] 

// In your component html file

<cdl-increment-decrement
    (getValue)="getValue($event)"
>
</cdl-increment-decrement>