angular/aio/src/environments/environment.prod.ts
Igor Minar 0268818fbb build(aio): update Google Analytics property id for the prod environment
This is the same property ID as the one used by the current angular.io.
2017-06-12 15:49:41 -07:00

5 lines
76 B
TypeScript

export const environment = {
gaId: 'UA-8594346-15',
production: true
};