https://github.com/angular/angular
Raw File
Tip revision: 58f8ba0a8c0d71afdcd4d8cb0008c69b09e0c094 authored by Misko Hevery on 03 February 2021, 23:38:34 UTC
release: cut the v11.2.0-rc.0 release
Tip revision: 58f8ba0
environment.next.ts
// This is for the staging site, which is hosted at https://next.angular.io/.
export const environment = {
  gaId: 'UA-8594346-15', // Production id (since it is linked from the main site)
  production: true,
  mode: 'next',
};
back to top