7 lines
185 B
TypeScript
7 lines
185 B
TypeScript
// This is for the production site, which is hosted at https://angular.cn
|
|
export const environment = {
|
|
gaId: 'UA-80456300-1', // Production id
|
|
production: true,
|
|
mode: 'stable'
|
|
};
|