Package Exports
- @evan.network/ui-countries
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@evan.network/ui-countries) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@evan.network/ui-countries
This project includes a list of all iso countries and it's translations.
Build
npm run build
Usage
exclude
@evan.network/ui-countries
from build jobpackage.json
...
"dependencies": {
"@evan.network/ui-countries": "X.X.X"
},
...
- dbcp.json
...
"dapp": {
"dependencies": {
"countries.libs": "X.X.X"
},
}
...
- typescript
import * as evanUi from '@evan.network/ui-countries';