angular-docs-cn/aio/src/environments/environment.stable.ts
2018-03-26 16:10:05 +08:00

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'
};