cdl-increment-decrement
v0.0.1
Published
This is a custom html increment - decrement control which is developed using simple html and css.
Downloads
1
Maintainers
Readme
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>