Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Created July 21, 2021 08:01
Show Gist options
  • Save GaetanoPiazzolla/5830f93e67f3c6861a428303bc9ab022 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/5830f93e67f3c6861a428303bc9ab022 to your computer and use it in GitHub Desktop.
Include env.js file into angular.json assets folder
architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"assets": [
"src/favicon.ico",
"src/assets" ]
. . .
],
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment