Using OS Environment Variables in Angular (with Docker)
Using OS Environment Variables in #Angular (with #Docker)
Angular has its way of handling different target environments, through angular environments files – which you can learn more about here. The issue with this approach is that it requires you to commit keys and configuration to your version control. This is not a big problem since it’s not advisable have any sensitive data in your angular source code.
However, I find it important to keep those keys…
View On WordPress







