wallet-library
v0.0.6
Published
This library works for konnect wifi.
Downloads
90
Readme
WalletLib
This library works for konnect wifi.
How To Build
ng build wallet-library
How To Use
- If you prefer to use a ready to use library you can install
npm i wallet-library - On you Angular project add the module
WalletLibraryModule.forRoot({apiKey:"api-key"})To get apikey/merchantkey create from backend ui - To add ui element to you project add
<lib-wallet-library packageId="1"></lib-wallet-library>
