/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/editor/constants.ts
16 строк
686 B
Joey Perrott
refactor(docs-infra): apply prettier formatting to adev (#54625)
28 фев 2024, 01:04
28 фев 2024, 01:04
8f0c27f
Код
Авторство
О чём код?
/*! * @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 TUTORIALS_ASSETS_WEB_PATH = '/assets/tutorials'; export const TUTORIALS_ASSETS_SOURCE_CODE_DIRECTORY = 'source-code'; export const TUTORIALS_ASSETS_METADATA_DIRECTORY = 'metadata'; export const TUTORIALS_SOURCE_CODE_WEB_PATH = `${TUTORIALS_ASSETS_WEB_PATH}/${TUTORIALS_ASSETS_SOURCE_CODE_DIRECTORY}`; export const TUTORIALS_METADATA_WEB_PATH = `${TUTORIALS_ASSETS_WEB_PATH}/${TUTORIALS_ASSETS_METADATA_DIRECTORY}`; export const TUTORIALS_COMMON_DIRECTORY = 'common';