aboutsummaryrefslogtreecommitdiff
path: root/src/environments/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/environments/environment.ts')
-rw-r--r--src/environments/environment.ts15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index b7f639a..012182e 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -1,8 +1,15 @@
1// The file contents for the current environment will overwrite these during build. 1// This file can be replaced during build by using the `fileReplacements` array.
2// The build system defaults to the dev environment which uses `environment.ts`, but if you do 2// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`.
3// `ng build --env=prod` then `environment.prod.ts` will be used instead. 3// The list of file replacements can be found in `angular.json`.
4// The list of which env maps to which file can be found in `.angular-cli.json`.
5 4
6export const environment = { 5export const environment = {
7 production: false 6 production: false
8}; 7};
8
9/*
10 * In development mode, to ignore zone related error stack frames such as
11 * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
12 * import the following file, but please comment it out in production mode
13 * because it will have performance impact when throw error
14 */
15// import 'zone.js/dist/zone-error'; // Included with Angular CLI.