From 5393d8ea2c4affc025f89a79daafde54b7fba87a Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 18 Mar 2026 20:06:03 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/cli/_build-info.json | 2 +- adev/src/content/cli/generate.json | 4 ++-- adev/src/content/cli/new.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adev/src/content/cli/_build-info.json b/adev/src/content/cli/_build-info.json index 7e079f81ded..4f9b95e6ecc 100644 --- a/adev/src/content/cli/_build-info.json +++ b/adev/src/content/cli/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/21.2.x", - "sha": "0d4028a2a7b9cef2f093b250cb3008f1c9e05da8" + "sha": "5bf3b735e2f5c6d63b124917c60d32374215fd0d" } \ No newline at end of file diff --git a/adev/src/content/cli/generate.json b/adev/src/content/cli/generate.json index ac1e71c78a7..382dc905dc5 100644 --- a/adev/src/content/cli/generate.json +++ b/adev/src/content/cli/generate.json @@ -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", diff --git a/adev/src/content/cli/new.json b/adev/src/content/cli/new.json index a4345b245b5..73d26561c1e 100644 --- a/adev/src/content/cli/new.json +++ b/adev/src/content/cli/new.json @@ -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",