cdl-increment-decrement
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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>

Package Sidebar

Install

npm i cdl-increment-decrement

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

47.7 kB

Total Files

23

Last publish

Collaborators

  • rsolanki