https://github.com/angular/angular
Raw File
Tip revision: 9a5abbfcbcf09140fdd6f0b8000cdcf1db9381f1 authored by Joey Perrott on 26 September 2023, 16:38:50 UTC
ci: migrate saucelabs bazel job to Github Actions
Tip revision: 9a5abbf
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