Raw File
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 = {
  gaId: 'UA-8594346-26', // Development id
  production: false,
  mode: 'stable',
};
back to top