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

0.0.5 • Public • Published

NgIndianCurrency

Angular Pipe to format your number into indian currency with ₹ symbol.

Install

npm

npm install ng-indian-currency

How to use

After installation, import NgCurrencyModule into your module

@NgModule({
  declarations: [],
  imports: [
    NgCurrencyModule
  ],
  providers: [],
})

Now you can use indianRupee pipe as following

<span>{{ 5000 | indianRupee }}</span>

output: ₹5,000

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i ng-indian-currency

Weekly Downloads

1

Version

0.0.5

License

none

Unpacked Size

88 kB

Total Files

18

Last publish

Collaborators

  • _kush