/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/core/constants/links.ts
17 строк
572 B
Shuaib Hasan Akib
docs(docs-infra): add paths for constants and missing link (#63197)
18 авг 2025, 10:08
18 авг 2025, 10:08
4787ece
Код
Авторство
О чём код?
/*! * @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 ANGULAR_LINKS = { GITHUB: 'https://github.com/angular/angular', X: 'https://x.com/angular', MEDIUM: 'https://blog.angular.dev', YOUTUBE: 'https://www.youtube.com/angular', DISCORD: 'https://discord.gg/angular', BLUESKY: 'https://bsky.app/profile/angular.dev', STACKOVERFLOW: 'https://stackoverflow.com/questions/tagged/angular', } as const;