Created
July 21, 2021 08:01
-
-
Save GaetanoPiazzolla/5830f93e67f3c6861a428303bc9ab022 to your computer and use it in GitHub Desktop.
Include env.js file into angular.json assets folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
architect": { | |
"build": { | |
"builder": "@angular-devkit/build-angular:browser", | |
"options": { | |
"assets": [ | |
"src/favicon.ico", | |
"src/assets" ] | |
. . . | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to medium article:
Update Angular/React environment dynamically reading variables from Kubernetes ConfigMaps