Ionic native app-version error

My code :
“this.appVersion.getVersionNumber().then(resp => {
alert(resp)
}).catch(err => alert(err))”

the triggered error on device android: "cordova_not_available"
all dependencies and imports made