angular-cli-envvars icon indicating copy to clipboard operation
angular-cli-envvars copied to clipboard

Example project for my article "Angular CLI and OS Environment Variables"

Results 4 angular-cli-envvars issues
Sort by recently updated
recently updated
newest added

Thanks for the great article on medium, which I used for Angular 2 to 5....but now in Angular 6, you can no longer import 'fs'. You can read more about...

I just read your [post on Medium](https://medium.com/@natchiketa/angular-cli-and-os-environment-variables-4cfa3b849659). Great post! I tried to use your solution. But a problem / question showed up: how you import the environment constant in your...

Hello Natchiketa, First of all thanks for this work. I cloned your repo into my local and after doing npm install i tried to play around it . But, the...

We had similar requirements. * Devops wanted a per environment config. * Build once for all environments. * Prevent people checking in passwords and secrets. We ended up using APP_INITIALIZER...