When building applications, you typically need some way to show the build version somewhere in your app. This can be tricky when using a closed-ecosystem tool like the Angular CLI. So how do we do it then?? Lets write a script that will get the Git hash and the version from the package.json.
Full article