country-currency-symbol
Version:
A simple angular service to generate Currency Symbol by taking Country Code as argument
35 lines (34 loc) • 900 B
JSON
{
"name": "country-currency-symbol",
"version": "1.0.1",
"description": "A simple angular service to generate Currency Symbol by taking Country Code as argument",
"author": {
"name": "Sushmitha Shettigar"
},
"keywords": [
"angular",
"currency",
"countryCode",
"currency symbol",
"javascript",
"typescript",
"angular service"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^10.2.5",
"@angular/core": "^10.2.5",
"country-to-currency": "^1.0.11"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/currency-symbol.umd.js",
"module": "fesm2015/currency-symbol.js",
"es2015": "fesm2015/currency-symbol.js",
"esm2015": "esm2015/currency-symbol.js",
"fesm2015": "fesm2015/currency-symbol.js",
"typings": "currency-symbol.d.ts",
"metadata": "currency-symbol.metadata.json",
"sideEffects": false
}