source: Farmatiko/wwwroot/src/environments/environment.ts@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 662 bytes
Line 
1// This file can be replaced during build by using the `fileReplacements` array.
2// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
3// The list of file replacements can be found in `angular.json`.
4
5export const environment = {
6 production: false
7};
8
9/*
10 * For easier debugging in development mode, you can import the following file
11 * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
12 *
13 * This import should be commented out in production mode because it will have a negative impact
14 * on performance if an error is thrown.
15 */
16// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
Note: See TracBrowser for help on using the repository browser.