0.0.1 • Published 6 years ago

galaxy-currency v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

GalaxyCurrency

Galaxy currency is used to format the amount input.

Example Usage:

Steps to Integrate:

Below are the steps to integrate into our apps.

  1. Install the plugin using: npm install galaxy-currency-0.0.0.tgz

  2. Import the below modules in your app module.

import {PipesModule} from 'galaxy-currency'; import {DirectivesModule} from 'galaxy-currency';

imports: DirectivesModule, PipesModule

  1. Include this directive in the currency input like below. galaxyCurrencyDirective