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
- Host: GitHub
- URL: https://github.com/zapkub/ng-number-input-format
- Owner: zapkub
- Created: 2020-10-27T09:32:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T17:39:15.000Z (over 5 years ago)
- Last Synced: 2025-03-07T15:41:27.357Z (over 1 year ago)
- Language: TypeScript
- Size: 715 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgNumberInputFormat
[](https://badge.fury.io/js/ng-number-input-format)

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