/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.ng-dev/github.mts
12 строк
297 B
Joey Perrott
[main] build: update cross-repo angular dependencies (#32478)
10 дек 2025, 00:30
Не верифицирован
10 дек 2025, 00:30
472d382
Код
Авторство
О чём код?
import {GithubConfig} from '@angular/ng-dev'; /** * Github configuration for the ng-dev command. This repository is * uses as remote for the merge script. */ export const github: GithubConfig = { owner: 'angular', name: 'components', mainBranchName: 'main', mergeMode: 'team-only', };