@vineforce/currency
v1.0.7
Published
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. ![](https://bpcdevtest.blob.core.windows.net/gif/doc.gif) # USAGE
Downloads
10
Readme
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.
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>