Tag Archives: Build
Environment settings in an Angular CI/CD build process
The Problem When building large-scale Angular applications, most people eventually need to provide their application with environment-specific variables, which doesn’t seem like a very big deal on the surface. After all, Angular provides us with the “environment.ts” file, right? It should be as easy as filling in your environment settings and then using the environment variable throughout the site, but this method introduces a level of uncertainty into the build
The ultralight angular application setup package – Part 2: Build process for large applications
In our last post, we discussed how to create four files that, when chained together with the appropriate commands, would build out the framework for your web app. Now we will show you how to tweak this process to create large application friendly project organization, as well as adding build processes into the mix. But first, lets go over some changes we made since the first blog entry.
Recent Comments