/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
.ng-dev/github.mts
12 строк
343 B
Joey Perrott
build: enable the ng-dev auth service (#48361)
05 дек 2022, 23:09
05 дек 2022, 23:09
408aed7
Код
Авторство
О чём код?
import {GithubConfig} from '@angular/ng-dev'; /** * Github configuration for the `ng-dev` command. This repository is used as * remote for the merge script and other utilities like `ng-dev pr rebase`. */ export const github: GithubConfig = { owner: 'angular', name: 'angular', mainBranchName: 'main', useNgDevAuthService: true, };