How to effectively manage your environment variables in Angular / Ionic applications with different scenarios ( Testing, preproduction, production.. ) — If you are reading this article, you maybe want to manage your environment well, especially if you are using multiple environments like development, testing, pre-production, production, demo .. and to do that there is the famous environment.ts file inside src/environment folder of your Angular / Ionic project.
By default in an…