Raw File
// 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