0.0.2 • Published 3 years ago

jk-currency-converter v0.0.2

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

CurrencyConverter

  • A simple package which uses API to enhance the functionality of converting currency with updated exchange rates.
  • With over 15 exchange rate data sources, the Exchangerates API is delivering exchanging rates data for more than 170 world currencies.
  • This project was generated with Angular CLI version 14.2.2.

Installation

npm i jk-currency-converter

How to use?

  1. In app.module.ts
  • import { CurrencyConverterModule } from 'jk-currency-converter';
  • imports: [..., CurrencyConverterModule],
  1. Now go to the component where you want to use library, then use <jk-currency-converter></jk-currency-converter>.
  2. You are ready to use currency converter!