Et fe replace env.js with angular environments
Originally, we wanted the environment configuration to be adjustable via changing a js files after an angular build. This was accomplished using env.js and an env service. Now that we are working towards CI/CD, it makes more sense to rely on Angular's built-in environment system. This branch makes that change over.