Angular - include basic git details
In this article, I'll show you how to include basic GIT data in the Angular application. The data will be dumped to src/assets/version.json file and will consist of:
short hash
long hash
branch name
commit date
Set up the app
Init the test app ...
blog.procode.pl2 min read