https://github.com/angular/angular
Raw File
Tip revision: aed95cd47005a413eadf28346a2e0722de38f454 authored by Dylan Hunn on 25 March 2022, 17:41:20 UTC
release: cut the v14.0.0-next.8 release (#45440)
Tip revision: aed95cd
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