https://github.com/angular/angular
Raw File
Tip revision: 0b95d141ab26171805582ea097543ee6f2de4017 authored by Andrew Kushnir on 14 February 2024, 18:50:07 UTC
release: cut the v17.2.0 release
Tip revision: 0b95d14
environment.next.ts
// This is for the staging site, which is hosted at https://next.angular.io/.
export const environment = {
  legacyUniversalAnalyticsId: 'UA-8594346-15', // Production id (since it is linked from the main site)
  googleAnalyticsId: 'G-BVV0RDSG7F', // Production id (since it is linked from the main site)

  production: true,
  mode: 'next',
};
back to top