FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/.ng-dev/github.mjs at main · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
263
Pull requests
18
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
.ng-dev
/
github.mjs
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (13 loc) · 321 Bytes
Breadcrumbs
angular-cli
/
.ng-dev
/
github.mjs
Copy path
File metadata and controls
13 lines (13 loc) · 321 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
* Github configuration for the ng-dev command. This repository is
* used as remote for the merge script.
*
*
@type
{
import("@angular/ng-dev").GithubConfig
}
*/
export
const
github
=
{
owner
:
'angular'
,
name
:
'angular-cli'
,
mainBranchName
:
'main'
,
useNgDevAuthService
:
true
,
mergeMode
:
'team-only'
,
}
;
Back
|
FazBrowse Home
|
New Git URL