mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
This commit is contained in:
parent
8f3d0b9d97
commit
271dd4d933
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "d21265d8fe4b2cf78212bec31e73d2f0310b9e5c"
|
||||
"sha": "79c776fa5f39b60f548b5ad2a6298e7d60113cfd"
|
||||
}
|
||||
|
|
@ -124,6 +124,11 @@
|
|||
"type": "string",
|
||||
"description": "Specifies the path to a TypeScript file that provides an array of Angular providers for the test environment. The file must contain a default export of the provider array."
|
||||
},
|
||||
{
|
||||
"name": "quiet",
|
||||
"type": "boolean",
|
||||
"description": "Suppresses the verbose build summary and stats table on each rebuild. Defaults to `true` locally and `false` in CI environments."
|
||||
},
|
||||
{
|
||||
"name": "reporters",
|
||||
"type": "array",
|
||||
|
|
|
|||
Loading…
Reference in a new issue