0.0.10 • Published 9 years ago

ng2-numeric-input v0.0.10

Weekly downloads
9
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago