1.0.2 • Published 4 years ago

angular-input-number v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

GitHub NPM version

Angular Number Input

This is an npm module created for input number with customized images for up and dow buttoms

Installation

Install the package with NPM:

$ npm i angular-input-number

Usage

After installing the component as a dependency, import it into you Angular module.

import { AngularInputNumberModule } from 'angular-input-number';

@NgModule({
  imports: [AngularInputNumberModule]
})

Afterwards, you can use the component within your templates.

<lib-angular-input-number></lib-angular-input-number>