/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/environments/environment.prod.ts
17 строк
570 B
Kristiyan Kostadinov
build: reuse tslint rules for docs site and fix failures
29 апр 2025, 15:02
29 апр 2025, 15:02
da9627d
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export const environment = { googleAnalyticsOverallDomainId: 'G-BVV0RDSG7F', // Production framework property id. googleAnalyticsMaterialId: 'G-XXPDW812XH', // Production Material id legacyUniversalAnalyticsMainId: 'UA-8594346-15', // Legacy production id legacyUniversalAnalyticsMaterialId: 'UA-8594346-24', // Legacy production id production: true, };