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.rc.ts
// This is for the release-candidate site, which is hosted at https://rc.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: 'rc',
};
back to top