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
468874d6e0
commit
f02be58aa9
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "b616cc0b9af3ef1a4233e2594a7562875afb1bfb"
|
||||
"sha": "244a45c5eaa021707f738b49748be309a006b552"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue