We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f5488 commit a719c6eCopy full SHA for a719c6e
packages/schematics/angular/application/files/src/environments/environment.ts
@@ -1,7 +1,6 @@
1
-// The file contents for the current environment will overwrite these during build.
2
-// The build system defaults to the dev environment which uses `environment.ts`, but if you do
3
-// `ng build --env=prod` then `environment.prod.ts` will be used instead.
4
-// The list of which env maps to which file can be found in `.angular-cli.json`.
+// This file can be replaced during build by using the `fileReplacements` array.
+// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
+// The list of file replacements can be found in `angular.json`.
5
6
export const environment = {
7
production: false
0 commit comments