I'm trying to find a way to pass or "inject" to the build system of Angular for the version and build number to be taken from the user as input for our CI/CD pipeline.
Is there any way to do it without hard-coding the version number in the code/environment .ts files?