@alighani wrote:
Hello,
I am trying to install cordova-plugin-hce in my ionic v2 project.I ran the following commands as mentioned in the document
- cordova plugin add cordova-plugin-hce --variable AID_FILTER=F222222222
- npm i cordova-plugin-hce
The plugin installed successfully.
But I am unable to import the plugin in my pages.Such as,
import hce from 'cordova-plugin-hce'
declare var hce: any;Above doesn't work and I am stuck in here..
Please help.
Posts: 1
Participants: 1