summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/environments/environment.ts
diff options
context:
space:
mode:
authorEkko Chang <ekko.chang@qct.io>2019-05-15 11:12:51 +0800
committerEkko Chang <ekko.chang@qct.io>2019-05-15 11:18:20 +0800
commit9e392b174e57f89e950b85ad17b2b04447a80ec3 (patch)
tree29f80294b9022cb0eb3a8aaadb890a3d43aeab0e /components/datalake-handler/admin/src/environments/environment.ts
parent4afc1d13c60c055d3074ca4af9d292c1dbb8a382 (diff)
Add function
1. Add i18n language pattern 2. Add new page for verison control 3. Git tracked files fix Issue-ID: DCAEGEN2-1188 Change-Id: I93ead79b9ae7f6291b4f2d04718c7a14f4213cb2 Signed-off-by: Ekko Chang <ekko.chang@qct.io>
Diffstat (limited to 'components/datalake-handler/admin/src/environments/environment.ts')
-rw-r--r--components/datalake-handler/admin/src/environments/environment.ts16
1 files changed, 0 insertions, 16 deletions
diff --git a/components/datalake-handler/admin/src/environments/environment.ts b/components/datalake-handler/admin/src/environments/environment.ts
deleted file mode 100644
index 7b4f817a..00000000
--- a/components/datalake-handler/admin/src/environments/environment.ts
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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.