app-version

simple angular 2 module for getting the current version of your app

Usage no npm install needed!

<script type="module">
  import appVersion from 'https://cdn.skypack.dev/app-version';
</script>

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);