1.0.7 • Published 5 years ago

@vineforce/currency v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
5 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

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago