VERSIONING: Show Semver Tag, Build No. or Commit Hash in debugInfo (DEPENDS ON #20)
benoror opened this issue · 0 comments
benoror commented
Make it a constant for ENV (as webpack variable):
app.controller('MainCtrl', function MainCtrl(formlyVersion) {
vm.env = {
angularVersion: angular.version.full,
formlyVersion: formlyVersion
};
});