simple page with news from all around the globe
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
662B

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