nativescript-sazmand-version
NativeScript plugin for getting application's version number.
npm i --save nativescript-sazmand-version
- Version: 1.0.0
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-sazmand-version
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
NativeScript App Version (nativescript-sazmand-version)
Installation
tns plugin add nativescript-sazmand-version
Usage
```
import { SazmandVersion } from 'nativescript-sazmand-version';
private appVersion: SazmandVersion;
constructor() {
this.appVersion.get()
}
```
License
Apache License Version 2.0, March 2018