rupiah-currency
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Currency Formater for Angular

This package works for Angular 11 or later.

Table Of Content

Installation

  1. Use npm to install the package

    npm i rupiah-currency
    
  2. You could either add into your module imports the CurrencyModule

    import { RupiahCurrencyModule } from 'rupiah-currency';
    
    
    @NgModule({
    // ...
    imports: [
    // ...
    RupiahCurrencyModule
    ]
    })
    
  3. you can call it in the component html

    <input rupiahCurrency type="text">
    

    Note: input tag type must type="text".

Readme

Keywords

none

Package Sidebar

Install

npm i rupiah-currency

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

46.6 kB

Total Files

16

Last publish

Collaborators

  • garsetayusuf