Combining the ideas from continuous delivery with Angular
In non-trivial business applications, we nowadays often encounter a continuous delivery setup with multiple stages.
Each stage has its configuration to access environment specific peripheral systems. To do so, we need to deal with stage based configurations.
The Angular CLI already comes with some build in concepts to handle different environments.
But, how reliable are they in a continuous delivery environment? 🤔
Top comments (0)