aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-03-02 23:30:12 +0100
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-03-02 23:30:12 +0100
commit9826a8079ffcd1d849a8a8821696d51691606133 (patch)
tree83e2ed73780c04342376eb30a63cc1a11512ba78 /sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts
parent4b9d20c68a80fa97b61559a6dd99ac6c9a04623c (diff)
Dodata test aplikacija
Diffstat (limited to 'sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts')
-rw-r--r--sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts b/sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts
new file mode 100644
index 00000000..f56ff470
--- /dev/null
+++ b/sandbox/TestTamara/FRONT/Ski/src/environments/environment.ts
@@ -0,0 +1,16 @@
+// This file can be replaced during build by using the `fileReplacements` array.
+// `ng build` 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/plugins/zone-error'; // Included with Angular CLI.