README
app-version
simple angular 2 module for getting the current version of your app
install
npm install app-version --save
usage
import { GetAppVersion } from 'app-version';
console.log(GetAppVersion);
simple angular 2 module for getting the current version of your app
<script type="module">
import appVersion from 'https://cdn.skypack.dev/app-version';
</script>
simple angular 2 module for getting the current version of your app
npm install app-version --save
import { GetAppVersion } from 'app-version';
console.log(GetAppVersion);