Angular
Angular Configuration in Continuous Delivery
Introduction Business applications nowadays often use a continuous delivery setup with multiple environments. Each environment has its own set of variables like connection strings or links to other systems. The Angular CLI already provides a concept that allows developers to configure different environments, but it is not designed to fully Read more…