docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot 2025-11-20 18:28:05 +00:00 committed by Kirill Cherkashin
parent b8fa9cc7d5
commit 5ddeafced7
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "a9eb3bd4d6f6349f2c0d8308fe29763cb1cf6f30"
"sha": "bc00b95ab3e2db817b1fb7ef0c491c8fc3c17523"
}

View file

@ -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": [