Skip to content

Et fe replace env.js with angular environments

Reid Givens requested to merge ET-FE-replace-env.js-with-angular-environments into main

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.

Merge request reports