jk-currency-converter
v0.0.2
Published
convert your currency in one go!
Downloads
5
Maintainers
Readme
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?
- In
app.module.ts
import { CurrencyConverterModule } from 'jk-currency-converter';
imports: [..., CurrencyConverterModule],
- Now go to the component where you want to use library, then use
<jk-currency-converter></jk-currency-converter>
. - You are ready to use currency converter!