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
b8fa9cc7d5
commit
5ddeafced7
2 changed files with 11 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "a9eb3bd4d6f6349f2c0d8308fe29763cb1cf6f30"
|
||||
"sha": "bc00b95ab3e2db817b1fb7ef0c491c8fc3c17523"
|
||||
}
|
||||
|
|
@ -788,6 +788,16 @@
|
|||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Create a library that utilizes the standalone API, eliminating the need for NgModules. This can simplify the structure of your library and its usage in applications."
|
||||
},
|
||||
{
|
||||
"name": "test-runner",
|
||||
"type": "string",
|
||||
"default": "vitest",
|
||||
"enum": [
|
||||
"karma",
|
||||
"vitest"
|
||||
],
|
||||
"description": "The unit testing runner to use."
|
||||
}
|
||||
],
|
||||
"aliases": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue