An open API service indexing awesome lists of open source software.

https://github.com/zapkub/ng-number-input-format

Ng Number Input Format is a simple Angular input field with Autonumeric support with 2 way binding
https://github.com/zapkub/ng-number-input-format

Last synced: about 1 year ago
JSON representation

Ng Number Input Format is a simple Angular input field with Autonumeric support with 2 way binding

Awesome Lists containing this project

README

          

# NgNumberInputFormat
[![npm version](https://badge.fury.io/js/ng-number-input-format.svg)](https://badge.fury.io/js/ng-number-input-format)
![buildstats](https://travis-ci.org/zapkub/ng-number-input-format.svg?branch=master)

Simple Autonumeric wrapper for angular. This is a simple number input with very basic formatting suited for use in multiple purpose

## Installation
```
$ npm install ng-number-input-format
```

## Demo
Please clone this repository and run
```
npm install
npm run storybook
```

then see storybook for demo