docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot
2026-08-10 16:11:50 +00:00
committed by Alon Mishne
parent 768c8c29dc
commit 78c0cdd80d
4 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "a00cd919d66bdbe884ba60e0e625c80dd93a2e3d"
"sha": "8e0f3ef4367168f7fe42d9e8aeadf36013841413"
}
+31 -23
View File
@@ -4,6 +4,19 @@
"moduleName": "@angular/aria/combobox",
"normalizedModuleName": "angular_aria_combobox",
"entries": [
{
"name": "COMBOBOX_POPUP",
"type": "InjectionToken<ComboboxPopup>",
"entryType": "constant",
"rawComment": "/** Token used to expose the combobox popup. */",
"description": "Token used to expose the combobox popup.",
"jsdocTags": [],
"source": {
"filePath": "/src/aria/combobox/combobox-tokens.ts",
"startLine": 13,
"endLine": 13
}
},
{
"name": "ComboboxWidget",
"isAbstract": false,
@@ -209,21 +222,8 @@
],
"source": {
"filePath": "/src/aria/combobox/combobox-widget.ts",
"startLine": 19,
"endLine": 78
}
},
{
"name": "COMBOBOX_POPUP",
"type": "InjectionToken<ComboboxPopup>",
"entryType": "constant",
"rawComment": "/** Token used to expose the combobox popup. */",
"description": "Token used to expose the combobox popup.",
"jsdocTags": [],
"source": {
"filePath": "/src/aria/combobox/combobox-tokens.ts",
"startLine": 13,
"endLine": 13
"startLine": 29,
"endLine": 99
}
},
{
@@ -579,6 +579,14 @@
}
],
"symbols": [
[
"InjectionToken",
"@angular/core"
],
[
"afterNextRender",
"@angular/core"
],
[
"Directive",
"@angular/core"
@@ -608,8 +616,8 @@
"@angular/core"
],
[
"InjectionToken",
"@angular/core"
"_IdGenerator",
"@angular/cdk/a11y"
],
[
"computed",
@@ -652,11 +660,11 @@
"@angular/aria/private"
],
[
"ComboboxWidget",
"COMBOBOX_POPUP",
"@angular/aria/combobox"
],
[
"COMBOBOX_POPUP",
"ComboboxWidget",
"@angular/aria/combobox"
],
[
@@ -667,6 +675,10 @@
"Combobox",
"@angular/aria/combobox"
],
[
"COMBOBOX_POPUP",
"@angular/aria/combobox"
],
[
"ComboboxWidget",
"@angular/aria/combobox"
@@ -699,10 +711,6 @@
"ComboboxWidget.onFocusout",
"@angular/aria/combobox"
],
[
"COMBOBOX_POPUP",
"@angular/aria/combobox"
],
[
"ComboboxPopup",
"@angular/aria/combobox"
+1 -1
View File
@@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "4bf7d0c39e0f216e15df2f224d67d34565986429"
"sha": "bd66ac975d7271f75b03814a4091ecd3293b994e"
}
+2 -2
View File
@@ -50,7 +50,7 @@
{
"name": "ai-config",
"command": "ai-config",
"shortDescription": "Generates AI configuration files for Angular projects. This schematic creates AGENTS.md file and Angular MCP server configuration, improving the quality of AI-generated code and suggestions.",
"shortDescription": "Generates AI configuration files for Angular projects. This schematic creates instruction files (e.g. AGENTS.md, CLAUDE.md) and Angular MCP server configuration, improving the quality of AI-generated code and suggestions.",
"options": [
{
"name": "tool",
@@ -66,7 +66,7 @@
"open-ai-codex",
"vscode"
],
"description": "Specifies which AI tools to generate configuration files (AGENTS.md, MCP server config) for."
"description": "Specifies which AI tools to generate configuration files (AGENTS.md, CLAUDE.md, MCP server config) for."
}
],
"aliases": [],