File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ // This file contains production variables. (When you work in PROD MODE)
2
+ // This file is use by webpack. Please don't rename it and don't move it to another directory.
1
3
export const environment = {
2
4
production : true
3
5
} ;
Original file line number Diff line number Diff line change 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`.
5
-
1
+ // This file contains development variables. (When you work in DEV MODE)
2
+ // This file is use by webpack. Please don't rename it and don't move it to another directory.
6
3
export const environment = {
7
4
production : false
8
5
} ;
You can’t perform that action at this time.
0 commit comments