https://github.com/angular/angular
Raw File
Tip revision: 6fc2d3aea4aec878600c1d1484444023294fc5f4 authored by Sonu Kapoor on 29 March 2024, 15:34:01 UTC
Update services.md
Tip revision: 6fc2d3a
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