UNPKG

ngx-i18nsupport

Version:

Some tooling to be used with the Angular 2 i18n workflow

8 lines (6 loc) 211 B
/** * Created by martin on 19.02.2017. */ import * as path from 'path'; const pkg = require(path.resolve(__dirname, '..', '..', 'package.json')); export const VERSION = (pkg? pkg.version : 'unknown');