summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-02-04 15:40:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-04 15:40:52 +0000
commitc1ca4d3517a9ff2854ff5f084514d0334fc12a64 (patch)
tree62abfc1478ed832174a48ee5c1203513c238a36f /ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts
parentc345a2309421097ba02de062fcbfccd0c0f3be9d (diff)
parent5505e42484efac0273627795583179d58f81a1ee (diff)
Merge "Added RDP Library"
Diffstat (limited to 'ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts')
-rw-r--r--ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts b/ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts
new file mode 100644
index 00000000..7b4f817a
--- /dev/null
+++ b/ecomp-sdk/portalsdk-tag-lib-test-app/src/environments/environment.ts
@@ -0,0 +1,16 @@
+// 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`.
+
+export const environment = {
+ production: false
+};
+
+/*
+ * For easier debugging in development mode, you can import the following file
+ * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
+ *
+ * This import should be commented out in production mode because it will have a negative impact
+ * on performance if an error is thrown.
+ */
+// import 'zone.js/dist/zone-error'; // Included with Angular CLI.