nativescript-sazmand-version
by Vahid Najafi | v1.0.0
NativeScript plugin for getting application's version number.
npm i --save nativescript-sazmand-version
  • Version: 1.0.0
  • GitHub:
  • 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