environment.hmr.ts 679 B

1234567891011121314151617
  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. hmr: true,
  7. };
  8. /*
  9. * For easier debugging in development mode, you can import the following file
  10. * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
  11. *
  12. * This import should be commented out in production mode because it will have a negative impact
  13. * on performance if an error is thrown.
  14. */
  15. // import 'zone.js/plugins/zone-error'; // Included with Angular CLI.