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

Package Sidebar

Install

npm i ng-indian-currency

Weekly Downloads

0

Version

0.0.5

License

none

Unpacked Size

88 kB

Total Files

18

Last publish

Collaborators

  • _kush