angular-input-number
v1.0.2
Published
[](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/angular-input-number)
Maintainers
Readme
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-numberUsage
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>