7 lines
264 B
TypeScript
7 lines
264 B
TypeScript
|
|
// This is for archived sites, which are hosted at https://vX.angular.io, where X is the major Angular version.
|
||
|
|
export const environment = {
|
||
|
|
gaId: 'UA-8594346-15', // Production id (since it is linked from the main site)
|
||
|
|
production: true,
|
||
|
|
mode: 'archive'
|
||
|
|
};
|