You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

environment.ts 642B

123456789101112131415
  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. export const environment = {
  5. production: false
  6. };
  7. /*
  8. * In development mode, for easier debugging, you can ignore zone related error
  9. * stack frames such as `zone.run`/`zoneDelegate.invokeTask` by importing the
  10. * below file. Don't forget to comment it out in production mode
  11. * because it will have a performance impact when errors are thrown
  12. */
  13. // import 'zone.js/dist/zone-error'; // Included with Angular CLI.