We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c96d4 commit 94e7f3bCopy full SHA for 94e7f3b
packages/schematics/angular/application/files/__sourcedir__/environments/environment.ts
@@ -6,3 +6,11 @@
6
export const environment = {
7
production: false
8
};
9
+
10
+/*
11
+ * In development mode, to ignore zone related error stack frames such as
12
+ * `zone.run`, `zoneDelegate.invokeTask` for easier debugging, you can
13
+ * import the following file, but please comment it out in production mode
14
+ * because it will have performance impact when throw error
15
+ */
16
+// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
0 commit comments