0.0.10 • Published 8 years ago

ng2-numeric-input v0.0.10

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

ng2-numeric-input

With this component you can type in normal numbers but display them with thousand separators or add easily a currency..

Use it like this:

<ng2-numeric-input
   decimal-character=","
   thousand-character="."
   decimal-length="3"
   currency="€"
   [(ngModel)]="myNumber"
   >
</ng2-numeric-input>

You can also change the default characters via global variables:

NumericInputComponent.DECIMAL_CHARACTER = '.';
NumericInputComponent.THOUSAND_CHARACTER = ',';
0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago