docs: update cross-repo adev docs

Updated Angular adev cross repo docs files.
This commit is contained in:
Angular Robot 2026-03-18 20:06:03 +00:00 committed by Matthew Beck (Berry)
parent 675d4fb489
commit 5393d8ea2c
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/21.2.x",
"sha": "0d4028a2a7b9cef2f093b250cb3008f1c9e05da8"
"sha": "5bf3b735e2f5c6d63b124917c60d32374215fd0d"
}

View file

@ -109,7 +109,7 @@
"aliases": [
"s"
],
"description": "Include the styles for the root component directly within the `app.component.ts` file. Only CSS styles can be included inline. By default, a separate stylesheet file (e.g., `app.component.css`) is created."
"description": "Include the styles for the root component directly within the `app.ts` file. Only CSS styles can be included inline. By default, a separate stylesheet file (e.g., `app.css`) is created."
},
{
"name": "inline-template",
@ -117,7 +117,7 @@
"aliases": [
"t"
],
"description": "Include the HTML template for the root component directly within the `app.component.ts` file. By default, a separate template file (e.g., `app.component.html`) is created."
"description": "Include the HTML template for the root component directly within the `app.ts` file. By default, a separate template file (e.g., `app.html`) is created."
},
{
"name": "minimal",

View file

@ -91,7 +91,7 @@
"aliases": [
"s"
],
"description": "Include the styles for the initial application's root component directly within the `app.component.ts` file. By default, a separate stylesheet file (e.g., `app.component.css`) is created."
"description": "Include the styles for the initial application's root component directly within the `app.ts` file. By default, a separate stylesheet file (e.g., `app.css`) is created."
},
{
"name": "inline-template",
@ -99,7 +99,7 @@
"aliases": [
"t"
],
"description": "Include the HTML template for the initial application's root component directly within the `app.component.ts` file. By default, a separate template file (e.g., `app.component.html`) is created."
"description": "Include the HTML template for the initial application's root component directly within the `app.ts` file. By default, a separate template file (e.g., `app.html`) is created."
},
{
"name": "interactive",