Dynamically Update Angular Environment Variables Using Docker Env Variables
In Angular the BASE/API URLs are be stored environment files which are present under src/environments directory. Usually we can create new file for each environment. environment.ts During the build, a configuration flag is provided to swap the default environment.ts fileā¦