Hello,
I installed this plugin: https://github.com/R3nPi2/cordova-plugin-sshclient
How can i import this plugin in my application? Until now i just installed ionic-native plugins, so i easily got the path and imported with:
import {XXX} from ‘@angular/whatever’;
but how can i find the path for the SshClient?
I am a beginner and just know the basics. Now my work is to get connection via wifi to an odroid and give commands via ssh.
Thank you in advance