There are two files by default in Environments environment.ts and environment.prod.ts in Angular.
I want to create new environment.qa.ts file and get configuration from them.
I am using Angular 9 with .net core 3.1.
Where to write code ? OR Do we need to change any code in startup.cs file ?
Post some code.
Any help Appericiated.