1.0.7 • Published 7 years ago

@vineforce/currency v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
7 years ago

INTRODUCTION

This basically explains how to attach dollar sign to an amount in textbox on focus out and also format a number for a particular number of decimal places. npm.io

USAGE

####1.INSTALLATION

To install, use this command - npm i @vineforce/currency

####2.IMPORTING MODULE

To import module, use this line of code

- import { CurrencyAngularLibModule } from 'currency-angular-lib';

####3.USING COMPONENT

To use component, here is the line of code

< app-currency-input numbersAfterDecimal =”2” (ngModel)=”value”> </ app-currency-input>

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago