|
1 | 1 | // This file can be replaced during build by using the `fileReplacements` array. |
2 | | -// `ng build ---prod` replaces `environment.ts` with `environment.prod.ts`. |
| 2 | +// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. |
3 | 3 | // The list of file replacements can be found in `angular.json`. |
4 | 4 |
|
5 | 5 | export const environment = { |
6 | | - production: false |
| 6 | + production: false, |
| 7 | + accessToken: '<Your access token here>' |
7 | 8 | }; |
8 | 9 |
|
9 | 10 | /* |
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 |
| 11 | + * For easier debugging in development mode, you can import the following file |
| 12 | + * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. |
| 13 | + * |
| 14 | + * This import should be commented out in production mode because it will have a negative impact |
| 15 | + * on performance if an error is thrown. |
14 | 16 | */ |
15 | 17 | // import 'zone.js/dist/zone-error'; // Included with Angular CLI. |
0 commit comments