0.0.10 • Published 10 years ago

ng2-numeric-input v0.0.10

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

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago