https://github.com/angular/angular
Raw File
Tip revision: 1472515d683b25bc095fc8d5e7edffb634d65d12 authored by Alex Rickabaugh on 02 August 2023, 20:12:49 UTC
release: cut the v16.2.0-rc.0 release
Tip revision: 1472515
environment.ts
// The file contents for the current environment will overwrite these during build.
// The build system defaults to using `environment.ts`, but if you do
// `ng build --configuration=<foo>` then `environment.<foo>.ts` will be used instead.
// The list of which configuration maps to which file can be found in `angular.json`.


export const environment = {
  legacyUniversalAnalyticsId: 'UA-8594346-26', // Development id
  googleAnalyticsId: 'G-Q8PB6PJ5CC', // Development id

  production: false,
  mode: 'stable',
};
back to top